Skip to content

Only listen on command #20

@Maikell84

Description

@Maikell84

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions