Google-Cloud-Speech-Node-Socket-Playground
Google-Cloud-Speech-Node-Socket-Playground copied to clipboard
Recording the stream as an audio file
Hi first of all thanks for the example!
I wonder if the streaming chunks passed to the server can be stored as an audio file? Basically I would like to assemble all the chunks in one recognition and store it when the recognition stops.
Should I just concatenate all chunks and store it as a PCM?