I'm trying to write an app that will stream audio from the phone microphone to the google speech to text API and display it live on the device.
I get bits and pieces from here and there, but nothing that is allowing me to replicate the demos google provides on its "https://cloud.google.com/speech-to-text/" website.
Does anyone have experience streaming audio from Xamarin, and sending it to an API and receiving the response while still streaming the audio?