# FunasrSTT **Repository Path**: wwooncom/funasr-stt ## Basic Information - **Project Name**: FunasrSTT - **Description**: FunasrSTT是一个语音转文字的桌面应用工具,依赖于阿里语音识别模型(FunASR),可实现实时和离线语音转文字功能。 - **Primary Language**: C# - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: https://www.youwd.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-05-21 - **Last Updated**: 2026-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 语音转文字工具(FunasrSTT) #### 软件介绍 FunasrSTT是一个语音转文字的桌面应用工具,依赖于阿里语音识别模型(FunASR),可实现实时和离线语音转文字功能。 项目源码: [https://gitee.com/landywzx/funasr-stt](https://gitee.com/landywzx/funasr-stt) #### 安装教程 1. 下载FunASR语音服务包及语音转文字工具包; 2. 下载包里已包含FunASR语音服务,可直接使用; #### 使用说明 1. 双击【启动FunASR服务.bat】,启动FunASR语音服务,等待服务启动完成。 >**注意:** >看到如下文字表示服务启动完成 ```console asr model init finished. listen on port:10095 ``` 2. 打开【语音转文字工具.exe】; #### 相关资源 1. 完整软件包下载([语音转文字软件](https://www.shuangyuziyuan.com/courses/blog/%e8%af%ad%e9%9f%b3%e8%bd%ac%e6%96%87%e5%ad%97%e5%b7%a5%e5%85%b7/)) 2. FunASR[https://github.com/modelscope/FunASR](https://github.com/modelscope/FunASR)