FunASR icon indicating copy to clipboard operation
FunASR copied to clipboard

Code Error: Incorrect Path of Wav in VAD Model Example

Open nuaalixu opened this issue 1 year ago • 0 comments

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"

nuaalixu avatar Mar 26 '24 02:03 nuaalixu