Closed
Bug 1268633
Opened 9 years ago
Closed 8 years ago
Enable synth API outside of desktop Nightly
Categories
(Core :: Web Speech, defect)
Core
Web Speech
Tracking
()
RESOLVED
FIXED
mozilla49
People
(Reporter: eeejay, Assigned: eeejay)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Currently speech synthesis is available in nightly only. This bug will track the blockers, and ultimately offer a patch for enabling synth everywhere on desktop.
Assignee | ||
Updated•9 years ago
|
Summary: Enable synth API outside of Nightly → Enable synth API outside of desktop Nightly
Updated•9 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 1•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/57238/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/57238/
Attachment #8759240 -
Flags: review?(bugs)
Assignee | ||
Comment 2•8 years ago
|
||
Once the SpeechSynthesisErrorEvent bug lands, I think we should turn this puppy on! Hopefully before the next merge..
Comment 3•8 years ago
|
||
So we have sorted out all those issues that we were supporting some OS dependent syntax for SpeechSynthesisUtterance? Now only text or SSML is supported, right?
Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Olli Pettay [:smaug] (high review load, please consider other reviewers) from comment #3)
> So we have sorted out all those issues that we were supporting some OS
> dependent syntax for SpeechSynthesisUtterance? Now only text or SSML is
> supported, right?
We don't support SSML intentionally until we get it right and secure on all platforms.
Embedded speech commands are disabled in windows (bug 1237546), and mac (bug 1267309). In linux it was disabled all along (there is SSML support that is disabled by default).
Updated•8 years ago
|
Attachment #8759240 -
Flags: review?(bugs) → review+
Comment 6•8 years ago
|
||
Comment on attachment 8759240 [details]
Bug 1268633 - Let speech synthesis ride the trains.
https://reviewboard.mozilla.org/r/57238/#review54634
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/01108bd8a50f
Let speech synthesis ride the trains. r=smaug
Assignee | ||
Comment 8•8 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Firefox 49 is the first version to have our speech synthesis API preffed on.
[Suggested wording]: Introduced web speech synthesis API.
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API
*note* This is only the synthesis half of the speech API, not the recognition.
relnote-firefox:
--- → ?
Comment 9•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Assignee | ||
Comment 10•8 years ago
|
||
Jonas rs'ed this in-channel with the build sherrif. But I'm getting your retrospective approval in case you want us to back this out.
Attachment #8760533 -
Flags: review?(bugs)
Comment 11•8 years ago
|
||
Comment on attachment 8760533 [details] [diff] [review]
8875462.txt
oh, Android is still false.
Attachment #8760533 -
Flags: review?(bugs) → review+
Comment 12•8 years ago
|
||
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3b7ef5d019be
followup, adjust test_interfaces.html to expect that the SpeechSynthesis API is riding the trains. r=smaug
Comment 13•8 years ago
|
||
bugherder |
Comment 14•8 years ago
|
||
I've updated all the relevant browser compat tables underneath the https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API docs, and added a note in the relevant release notes:
https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•