From c3b18fe5813d6671217e8a08c03dd692dc465acb Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:48:05 +0000 Subject: [PATCH] Update README.md Update some outdated file paths and commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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