Closed aadiltajani closed 2 years ago
Using another open source package may affect our accuracy. Alternative way to address this issue can be to break the audio data into smaller chunks and iteratively combining the output of the smaller chunks.
Yepp good idea. If anyone can come up with a good splitting method lets implement it
Added a trim_audio_file method in readaudio.py file to trim the audio into smaller chunks.
Checked it... its working
Google's Speech Recognizer is an open source package for speech recognitionn and allows only 30 seconds of audio data to be worked upon in a single request. So for longer audio files, it won't allow to work on it. Need to find a better open source package or have to find a solution for it