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

Use SpeechRecognition and audioCapture simultaneously

Open desmeit opened this issue 6 years ago • 4 comments

Hello,

is it possible to use your plugin and this plugin

https://github.com/edimuj/cordova-plugin-audioinput

simultaneously? I want to try the following in this direction:

// audioinput plugin audioinput.start();

// speechrecognition plugin window.plugins.speechRecognition.startListening(function(result){}

// speechrecognition plugin window.plugins.speechRecognition.stopListening(function(result){}

// audioinput plugin audioinput.stop();

Is this working?

desmeit avatar Jul 04 '18 13:07 desmeit

Did you figure out how to get this working?

bknill avatar Aug 02 '18 02:08 bknill

Unfortunately not. Is there any support for this plugin? Nobody is answering here.

desmeit avatar Aug 09 '18 15:08 desmeit

@desmeit Not really. If you find a bug and make a PR it should come down the pipe, but I imagine @pbakondy made this for an app that he built and it worked fine for his purposes and then he moved onto other things. If you're using this with Ionic, they should be releasing a set of their own plugins through capacitor sometime down the line, but for now it's really up to us/you to fix any issues you're having.

AugusDogus avatar Aug 09 '18 15:08 AugusDogus

Any news here?

Marcophono2 avatar Apr 27 '20 00:04 Marcophono2