juliusjs icon indicating copy to clipboard operation
juliusjs copied to clipboard

Only listen on command

Open Maikell84 opened this issue 10 years ago • 0 comments

Hi!

Is it possible, to pause, resume or abort the Listening? I don't want the mic to listen contentiously, but only on command.

Compared to the Web Speech API I am basically looking for something like

var recognition = new webkitSpeechRecognition();
recognition.continuous = false;

and then I am manually calling

recognition.start();

is this possibile with JuliusJS?

Best regards

Maikell84 avatar Jun 23 '15 13:06 Maikell84