diff --git a/docs/cn/README.md b/docs/cn/README.md index 83f3b0f2..1a7f7e8c 100644 --- a/docs/cn/README.md +++ b/docs/cn/README.md @@ -212,13 +212,13 @@ python audio_slicer.py \ ```` 这是使用命令行完成数据集ASR处理的方式(仅限中文) ```` -python tools/damo_asr/cmd-asr.py "" +python tools/asr/funasr_asr.py -i -o ```` 通过Faster_Whisper进行ASR处理(除中文之外的ASR标记) (没有进度条,GPU性能可能会导致时间延迟) ```` -python ./tools/damo_asr/WhisperASR.py -i -o -f -l +python ./tools/asr/fasterwhisper_asr.py -i -o -f -l ```` 启用自定义列表保存路径 ## 致谢