diff --git a/README.md b/README.md index 0c9e7436..818f9431 100644 --- a/README.md +++ b/README.md @@ -212,13 +212,13 @@ python audio_slicer.py \ ``` This is how dataset ASR processing is done using the command line(Only Chinese) ``` -python tools/damo_asr/cmd-asr.py "" +python tools/asr/funasr_asr.py -i -o ``` ASR processing is performed through Faster_Whisper(ASR marking except Chinese) (No progress bars, GPU performance may cause time delays) ``` -python ./tools/damo_asr/WhisperASR.py -i -o -f -l +python ./tools/asr/WhisperASR.py -i -o -f -l ``` A custom list save path is enabled