diff --git a/README.md b/README.md index 2511c73c..9880de32 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A Powerful Few-shot Voice Conversion and Text-to-Speech WebUI.

3. **Cross-lingual Support:** Inference in languages different from the training dataset, currently supporting English, Japanese, Korean, Cantonese and Chinese. -4. **WebUI Tools:** Integrated tools include voice accompaniment separation, automatic training set segmentation, Chinese ASR, and text labeling, assisting beginners in creating training datasets and GPT/SoVITS models. +4. **WebUI Tools:** Integrated tools include voice accompaniment separation, automatic training set segmentation, multilingual ASR with [Fun-ASR-Nano](https://github.com/FunAudioLLM/Fun-ASR), [SenseVoice](https://github.com/FunAudioLLM/SenseVoice), and classic [FunASR](https://github.com/modelscope/FunASR), plus text labeling, assisting beginners in creating training datasets and GPT/SoVITS models. **Check out our [demo video](https://www.bilibili.com/video/BV12g4y1m7Uw) here!** @@ -208,7 +208,7 @@ docker exec -it ``` -This is how dataset ASR processing is done using the command line(Only Chinese) +Run dataset ASR with FunASR from the command line. Fun-ASR-Nano is the default for Chinese, English, Japanese, Korean, and automatic language detection; Cantonese keeps the classic FunASR backend. ```bash -python tools/asr/funasr_asr.py -i -o +python tools/asr/funasr_asr.py -i -o -l zh ``` -ASR processing is performed through Faster_Whisper(ASR marking except Chinese) +Faster Whisper is also available as an ASR backend. (No progress bars, GPU performance may cause time delays) @@ -468,7 +468,9 @@ Special thanks to the following projects and contributors: - [FFmpeg](https://github.com/FFmpeg/FFmpeg) - [gradio](https://github.com/gradio-app/gradio) - [faster-whisper](https://github.com/SYSTRAN/faster-whisper) -- [FunASR](https://github.com/alibaba-damo-academy/FunASR) +- [FunASR](https://github.com/modelscope/FunASR) +- [Fun-ASR](https://github.com/FunAudioLLM/Fun-ASR) +- [SenseVoice](https://github.com/FunAudioLLM/SenseVoice) - [AP-BWE](https://github.com/yxlu-0102/AP-BWE) Thankful to @Naozumi520 for providing the Cantonese training set and for the guidance on Cantonese-related knowledge. diff --git a/docs/cn/README.md b/docs/cn/README.md index 793734d8..77602451 100644 --- a/docs/cn/README.md +++ b/docs/cn/README.md @@ -34,7 +34,7 @@ 3. **跨语言支持:** 支持与训练数据集不同语言的推理, 目前支持英语、日语、韩语、粤语和中文. -4. **WebUI 工具:** 集成工具包括声音伴奏分离、自动训练集分割、中文自动语音识别(ASR)和文本标注, 协助初学者创建训练数据集和 GPT/SoVITS 模型. +4. **WebUI 工具:** 集成工具包括声音伴奏分离、自动训练集分割、使用 [Fun-ASR-Nano](https://github.com/FunAudioLLM/Fun-ASR)、[SenseVoice](https://github.com/FunAudioLLM/SenseVoice) 和经典 [FunASR](https://github.com/modelscope/FunASR) 的多语种自动语音识别 (ASR), 以及文本标注, 协助初学者创建训练数据集和 GPT/SoVITS 模型. **查看我们的介绍视频 [demo video](https://www.bilibili.com/video/BV12g4y1m7Uw)** @@ -198,7 +198,7 @@ docker exec -it ``` -这是使用命令行完成数据集 ASR 处理的方式 (仅限中文) +使用 FunASR 命令行完成数据集 ASR 处理. 中文、英语、日语、韩语和自动语言检测默认使用 Fun-ASR-Nano, 粤语继续使用经典 FunASR 后端. ```bash -python tools/asr/funasr_asr.py -i -o +python tools/asr/funasr_asr.py -i -o -l zh ``` -通过 Faster_Whisper 进行 ASR 处理 (除中文之外的 ASR 标记) +也可以使用 Faster Whisper 作为 ASR 后端. (没有进度条, GPU 性能可能会导致时间延迟) @@ -454,7 +454,9 @@ python ./tools/asr/fasterwhisper_asr.py -i -o -l -p - [FFmpeg](https://github.com/FFmpeg/FFmpeg) - [gradio](https://github.com/gradio-app/gradio) - [faster-whisper](https://github.com/SYSTRAN/faster-whisper) -- [FunASR](https://github.com/alibaba-damo-academy/FunASR) +- [FunASR](https://github.com/modelscope/FunASR) +- [Fun-ASR](https://github.com/FunAudioLLM/Fun-ASR) +- [SenseVoice](https://github.com/FunAudioLLM/SenseVoice) - [AP-BWE](https://github.com/yxlu-0102/AP-BWE) 感谢 @Naozumi520 提供粤语训练集, 并在粤语相关知识方面给予指导.