You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing speech to text web app. As per recording and generate wave file I converted that wave into google api supported .raw file and sent to API it successfully converted into text.
Now I have to develop like streaming when I speak send chunk to google API and bind text output on web page.
How should I develop. record direct into .raw format is that any way or google API support with direct chunk file.