juliusjs
juliusjs copied to clipboard
Only listen on command
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