speech_recognition icon indicating copy to clipboard operation
speech_recognition copied to clipboard

listen should provide a way to specify sample rate

Open sameermahajan opened this issue 1 year ago • 0 comments

listen API currently does not provide a way to specify sample rate. It seems that it uses some non standard sample rate / wave.getframerate() of 44100 which is making it difficult for me to process the wave file that I am trying to save and post process. Most wave processing packages look for frame rates like 8000, 16000, 32000, 48000

sameermahajan avatar May 01 '23 11:05 sameermahajan