-
Notifications
You must be signed in to change notification settings - Fork 199
Add speech API #1636
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
Merged
Merged
Add speech API #1636
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
83052c0
add files
autonome 077955f
file rename
autonome e445231
split out speechgrammar, update descriptions
autonome a00257c
fixup newer synth apis
autonome d482a1f
Merge branch 'main' into speech-api
autonome 11a536d
Merge branch 'main' into speech-api
autonome cae0a57
Merge branch 'main' into speech-api
autonome d241144
merge
autonome 1c0fedb
desc fixes
autonome d77b55b
Merge branch 'main' into speech-api
autonome 0a481d3
sentence-case all the names
autonome 43066ea
Merge branch 'main' into speech-api
autonome 37fcdce
move speech grammar into draft
autonome 94f1ee8
move speech grammar back
autonome 14a8bef
Merge branch 'main' into speech-api
autonome fd9e761
remove draft file
autonome 816d57c
rm draft dist
autonome 50382dc
remove draft date
autonome 4124016
Merge branch 'main' into speech-api
autonome f0a198a
migrate over the rest of synth
autonome 04967be
Merge branch 'speech-api' of https://github.com/autonome/web-features…
autonome 8118642
Update features/speech-recognition.yml
autonome 6cfd211
update descriptions
autonome 4e2f529
Update features/speech-synthesis.yml
autonome b3864fc
redistify
autonome c0984d1
Merge branch 'main' into speech-api
autonome 870ab17
Merge branch 'main' into speech-api
autonome a58b6c4
Merge branch 'main' into speech-api
autonome 463fd52
Merge branch 'main' into speech-api
autonome c6146bd
merge
autonome ffc7360
Merge branch 'main' into speech-api
autonome 28897ca
Merge branch 'main' into speech-api
autonome 4430a47
Update features/speech-recognition.yml
autonome 44aed5d
Update features/speech-synthesis.yml
autonome 0e3d97a
make James' tweak
autonome 14f9eff
merge grammar back in
autonome 9d6a854
Merge branch 'main' into speech-api
autonome 56ff3bf
Merge branch 'main' into speech-api
autonome 467c297
uno reverse card the grammar merge
autonome File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 1 addition & 72 deletions
73
features/draft/spec/speech-api.yml.dist → features/speech-recognition.yml.dist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,50 @@ | ||
| name: Speech synthesis | ||
| description: The `SpeechSynthesis` API converts text into audio using a synthetic voice. | ||
| description: The `SpeechSynthesis` API converts text to speech with artificial voices. | ||
| spec: https://wicg.github.io/speech-api/#tts-section | ||
| group: speech | ||
| caniuse: speech-synthesis | ||
| status: | ||
| compute_from: api.SpeechSynthesis | ||
| compat_features: | ||
| - api.SpeechSynthesis | ||
| - api.SpeechSynthesis.cancel | ||
| - api.SpeechSynthesis.getVoices | ||
| - api.SpeechSynthesis.pause | ||
| - api.SpeechSynthesis.paused | ||
| - api.SpeechSynthesis.pending | ||
| - api.SpeechSynthesis.resume | ||
| - api.SpeechSynthesis.speak | ||
| - api.SpeechSynthesis.speaking | ||
| - api.SpeechSynthesisEvent | ||
| - api.SpeechSynthesisEvent.charIndex | ||
| - api.SpeechSynthesisEvent.elapsedTime | ||
| - api.SpeechSynthesisEvent.name | ||
| - api.SpeechSynthesisEvent.utterance | ||
| - api.SpeechSynthesisUtterance | ||
| - api.SpeechSynthesisUtterance.SpeechSynthesisUtterance | ||
| - api.SpeechSynthesisUtterance.end_event | ||
| - api.SpeechSynthesisUtterance.error_event | ||
| - api.SpeechSynthesisUtterance.lang | ||
| - api.SpeechSynthesisUtterance.mark_event | ||
| - api.SpeechSynthesisUtterance.pause_event | ||
| - api.SpeechSynthesisUtterance.pitch | ||
| - api.SpeechSynthesisUtterance.rate | ||
| - api.SpeechSynthesisUtterance.resume_event | ||
| - api.SpeechSynthesisUtterance.start_event | ||
| - api.SpeechSynthesisUtterance.text | ||
| - api.SpeechSynthesisUtterance.voice | ||
| - api.SpeechSynthesisUtterance.volume | ||
| - api.SpeechSynthesisVoice | ||
| - api.SpeechSynthesisVoice.default | ||
| - api.SpeechSynthesisVoice.lang | ||
| - api.SpeechSynthesisVoice.localService | ||
| - api.SpeechSynthesisVoice.name | ||
| - api.SpeechSynthesisVoice.voiceURI | ||
| - api.SpeechSynthesis.voiceschanged_event | ||
| - api.SpeechSynthesisErrorEvent | ||
| - api.SpeechSynthesisErrorEvent.SpeechSynthesisErrorEvent | ||
| - api.SpeechSynthesisErrorEvent.error | ||
| - api.SpeechSynthesisEvent.SpeechSynthesisEvent | ||
| - api.SpeechSynthesisEvent.charLength | ||
| - api.SpeechSynthesisUtterance.boundary_event | ||
| - api.Window.speechSynthesis | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.