I am developing speech-to-text web application with Google Speech API, and stucked. Problem is, I do not understand how to relay audio stream from browser to Google Speech API.
I want Google Speech API to convert audio stream to text on real time, but it requires secret API key. So I guess I have to relay audio stream by my own server application.
Does my idea make sense?
Any advise is welcome, thank you.