-
Notifications
You must be signed in to change notification settings - Fork 37
Update spec with latest on-device changes #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@padenot - I updated this PR with the rest of the changes we discussed at the Audio WG meeting yesterday. Please take a look when you get a chance :) |
Co-authored-by: Paul Adenot <[email protected]>
Co-authored-by: Paul Adenot <[email protected]>
Co-authored-by: Paul Adenot <[email protected]>
Co-authored-by: Paul Adenot <[email protected]>
Co-authored-by: Paul Adenot <[email protected]>
Gentle ping -- @padenot please take a look when you get a chance. Thanks! |
Co-authored-by: Paul Adenot <[email protected]>
According to the Web IDL spec, dictionaries can't be attributes, so I removed the options attribute from the SpeechRecognition interface and instead just added a boolean attribute for processLocally. The added benefit of this change is that there can no longer be a state where SpeechRecognition.lang and SpeechRecognition.options.langs have different values. |
Co-authored-by: Paul Adenot <[email protected]>
Co-authored-by: Paul Adenot <[email protected]>
Co-authored-by: Paul Adenot <[email protected]>
Co-authored-by: Paul Adenot <[email protected]>
SHA: e8a36c6 Reason: push, by evanbliu Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Closes #155
Closes #156
This PR contains the following changes:
Preview | Diff