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
is this possibile with JuliusJS?
Best regards
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
and then I am manually calling
is this possibile with JuliusJS?
Best regards