speech_recognition icon indicating copy to clipboard operation
speech_recognition copied to clipboard

most of the Audio are note detected

Open SahadAljaafari opened this issue 1 year ago • 1 comments
trafficstars

I encountered an issue where most of the parts of the uploaded audio are not being detected by the system. While some part of the audio are successfully detected, I'm seeking advice on how to address this situation. I just want to clarify that the audio file have relatively low volume, although they are clear when listened to directly.

SahadAljaafari avatar Mar 14 '24 07:03 SahadAljaafari

Hi! Have you tried adjusting the energy parameters of the Recognizer? See Recognizer.__init__() Apart from that, could you maybe pre-process your audio to increase the file volume? This would at least confirm whether the problem is the low volume or not.

Luca-Pozzi avatar Apr 05 '24 11:04 Luca-Pozzi