You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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....
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: