PDA

View Full Version : Google cloud Streaming Speech recognition using Qt



sivaprasad1984
20th April 2017, 15:18
Hi everyone,

I want to implement streaming speech recognition using google cloud speech API and Qt.
I was able to process already stored audio files in cloud storage and get the result.
But I couldn't process streaming audio using cloud API. I searched google, but can't find any articles related to QT and google cloud speech API.

Any help is really appreciated!

Thanks,
Siva

d_stranz
20th April 2017, 23:11
Two minutes of googling and I found this (https://cloud.google.com/speech/docs/samples). It isn't specifically Qt-based, but Qt -is- C++. You could turn this into an event-driven Qt program using QThread instead of std::thread with a bit of engineering.