speech_recognition icon indicating copy to clipboard operation
speech_recognition copied to clipboard

Streaming support?

Open edevil opened this issue 8 years ago • 5 comments

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.

edevil avatar Jun 15 '16 16:06 edevil

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.

Uberi avatar Jun 17 '16 04:06 Uberi

I would also be very interested in this. Could you point me in the right direction so I could take a look?

evancohen avatar Jun 28 '16 23:06 evancohen

The current work for that is in the streaming branch of this repository. Haven't worked on that for a while, though.

Uberi avatar Jun 29 '16 00:06 Uberi

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

cusspvz avatar May 13 '17 16:05 cusspvz

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.

burgil avatar Aug 08 '21 03:08 burgil