Skip to content

Update Web Speech API externs #4262

@avelad

Description

@avelad

https://webaudio.github.io/web-speech-api/ has some new features.

Eg:

 // recognition parameters
 attribute boolean processLocally;

 // methods to drive the speech interaction
 undefined start(MediaStreamTrack audioTrack);
 static Promise<AvailabilityStatus> available(SpeechRecognitionOptions options);
 static Promise<boolean> install(SpeechRecognitionOptions options);

Is it possible add it?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions