FunASR
FunASR copied to clipboard
Code Error: Incorrect Path of Wav in VAD Model Example
Location https://github.com/alibaba-damo-academy/FunASR/blame/6e86c5044d30dffe356b6e42838d01b7cfaf4272/README.md#L158C2-L158C3
The original code
wav_file = f"{model.model_path}/example/asr_example.wav"
I Guess You Meant
wav_file = f"{model.model_path}/example/vad_example.wav"