Update README.md

Update some outdated file paths and commands
This commit is contained in:
XXXXRT666 2024-03-20 16:51:34 +00:00 committed by GitHub
parent c3b18fe581
commit 01b8e85f7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,13 +212,13 @@ python audio_slicer.py \
````
这是使用命令行完成数据集ASR处理的方式仅限中文
````
python tools/damo_asr/cmd-asr.py "<Path to the directory containing input audio files>"
python tools/asr/funasr_asr.py -i <input> -o <output>
````
通过Faster_Whisper进行ASR处理除中文之外的ASR标记
没有进度条GPU性能可能会导致时间延迟
````
python ./tools/damo_asr/WhisperASR.py -i <input> -o <output> -f <file_name.list> -l <language>
python ./tools/asr/fasterwhisper_asr.py -i <input> -o <output> -f <file_name.list> -l <language>
````
启用自定义列表保存路径
## 致谢