pbakondy / cordova-plugin-speechrecognition

:microphone: Cordova Plugin for Speech Recognition
MIT License
197 stars 117 forks source link

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

Open Taxi4you opened 4 years ago

Taxi4you commented 4 years ago

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.

linhtranvu commented 3 years ago

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

pstadler1990 commented 2 years ago

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.