Azure-Samples / SpeechToText-WebSockets-Javascript

SDK & Sample to do speech recognition using websockets in Javascript
MIT License
216 stars 151 forks source link

Cordova/Ionic client #61

Open chazwoza opened 6 years ago

chazwoza commented 6 years ago

Hello,

Is it supported to use the JavaScript SDK from within a Cordova app ( e.g ionic) ?

If so, is there a sample of using this SDK from within a Cordova application?

compulim commented 6 years ago

Cordova in iOS does not support WebRTC, and Android do support it. You will need to implement an audio source by yourself.