// 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);
https://webaudio.github.io/web-speech-api/ has some new features.
Eg:
Is it possible add it?
Thanks!