cordova-plugin-speechrecognition icon indicating copy to clipboard operation
cordova-plugin-speechrecognition copied to clipboard

How can I get the data and send it to the server?

Open Taxi4you opened this issue 5 years ago • 2 comments

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.

Taxi4you avatar Jan 09 '20 13:01 Taxi4you

You should start your own record, stop on call back and send file to server

linhtranvu avatar Nov 03 '20 05:11 linhtranvu

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.

pstadler1990 avatar Mar 15 '22 13:03 pstadler1990