speech-recognition icon indicating copy to clipboard operation
speech-recognition copied to clipboard

Add isListening function

Open JulienLecoq opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. Yes, I would like to check if the Speech Recognition plugin is listening to perform action depending if it is listening or not.

Describe the solution you'd like Add a method isListening that should return true if the plugin is listening to the user voice.

JulienLecoq avatar Dec 02 '22 00:12 JulienLecoq

please this is very important, without isListenting its become hard to track whether speech recognition is still going on or when finished!! @jcesarmobile

OnlinePage avatar Jul 19 '23 12:07 OnlinePage

Yeah On Ios I dont know , when listening stopped. :(

prakash03yes avatar Oct 10 '23 06:10 prakash03yes

it was implemented on https://github.com/capacitor-community/speech-recognition/pull/83 and released on 5.1.0

jcesarmobile avatar Jun 06 '24 17:06 jcesarmobile