8khz telephony audio ASR #2144
Replies: 2 comments 7 replies
-
Please suggest how to get started with transcribing 8khz .wav audio files using Python API or CLI option. When I am submitting 8khz file using the below CLI command it is returning me empty string however the audio file contains speech I also tried giving the --sample_rate parameter = 8000 using the below command still it return empty string |
Beta Was this translation helpful? Give feedback.
-
we only support 16k ASR model till now, maybe you should train your own 8K ASR model or upsample your 8k wavs to 16k first and use our 16K models |
Beta Was this translation helpful? Give feedback.
-
Hi,
Just wanted to know if Paddlespeech can detect speech from .wav audio files sampled at 8khz. If yes do I just staright away pass the audio to using the CLI method or do I need to edit sample rate somewhere as pass it as a partameter?
What is the correct approach to use PaddleSpeech for 8khz sampled .wav audio files?
Best
Utkarsh
Beta Was this translation helpful? Give feedback.
All reactions