cordova-plugin-speechrecognition
cordova-plugin-speechrecognition copied to clipboard
How can I get the data and send it to the server?
Where is the sound output, not the generated text coming from Google, I want to send it to the remote server and allow other users to play it.
You should start your own record, stop on call back and send file to server
You should start your own record, stop on call back and send file to server
That does not work actually, because afaik only one resource can access the microphone at the same time.