speech_recognition
speech_recognition copied to clipboard
Streaming support?
Does this library support streaming of the audio data to the APIs? I can't find it in the documentation but since some APIs support it it would make the process of capturing audio -> text transcription faster.
Hi @edevil,
Support for this is planned for the next major version. However, it will require significant backward compatibility breaks to do properly. I don't really have time to work on that at the moment, but it's definitely on the roadmap.
I would also be very interested in this. Could you point me in the right direction so I could take a look?
The current work for that is in the streaming
branch of this repository. Haven't worked on that for a while, though.
It would be awesome if you guys figure out a easy way to implement this. For me, this is a must on any speech recognition lib. I wish I was pro on python to help you guys out. :p
Hey I know it's been a few years, but is there any updates on the topic? I was looking for ways to get real time results from google on long recordings, some basic speech feedback you know.. I believe it's called streaming.