-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels