-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with speech recognition #151
Comments
Hi @ebracci, For streaming requests, we accept 10s chunks, otherwise for non streaming requests, it is cut off after 20s. (https://wit.ai/docs/http/20200513/#post__speech_link) If you'd like us to take a deeper look, please provide examples of your requests. |
Thank you for your answer and sorry for my bad english but I'll try to explain you the problem with an example. I have to divide the 30 minutes audio in segment of 10 seconds due to request timeout and that's ok. I have encountered the following issue: if an audio segment of 10 seconds contains silence, the request will return the transcpription of the audio segment until the silence. Example: That's my problem.. To avoid this I have to remove the "silence chunks" from the audio but it becomes "complicated" with longer audio. This is the sample code that I am using.
|
Thank you for the info! Do you also have the wit.ai app ID and a sample wav file you can attach? |
Hi,
I'm using wit.ai in a simple python application in order to trascribe audio (Speech to text) and I have encountered the following issue:
when i send audio with the related api for transcription, it seems that the transcription stops at the first "point with no audio" without finishing the transcription.
How can I avoid this?
Thank you
The text was updated successfully, but these errors were encountered: