SpeechToText-WebSockets-Javascript
SpeechToText-WebSockets-Javascript copied to clipboard
Unhandled callback error: maximum allowed file size exceeded
Hi,
When trying to run the demo, it gives me the following error:
Unhandled callback error: Error: 'Unhandled callback error: 'Filename.wav exceeds the maximum allowed file size (19200044).''. InnerError: 'Unhandled callback error: 'Unhandled callback error: Filename.wav exceeds the maximum allowed file size (19200044).''
Is there a way to chunck an audio file available in the SDK? According to the documentation, you do not have to chunck when using the SDK. My file is only 2 minutes long, so it doesn't exceed the maximum time (14*10 seconds).
Thanks
AFAIR, we should support up to 10 minutes of 16kHz 16 bit mono audio.
I am having this issue as well, really need longer files than one minute to make this a viable solution. I guess we could chunk down the audio into one minute chunks... and hrmmm....