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.
Technology : NodeJS