Metadata
- Source
- FLUID-5843
- Type
- Improvement
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Justin Obara
- Created
2016-01-19T08:53:06.634-0500 - Updated
2024-07-23T10:54:12.653-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Prefs Framework
- Self Voicing
- Text To Speech
Description
The underlying text-to-speech supports setting the language used, which will affect the synthesizer, as a model value or as an option passed into queueSpeech. Currently this has to be set as a manually by an integrator. However, the enactor should set the component model to the container's or page's lang attribute. Additionally anything that reads text from the DOM should check if the current element has a lang attribute set and use that.
Comments
-
Justin Obara commented
2016-01-19T08:57:14.206-0500 According to the web speech api, the language of the utterance should default to the lang of root element.
https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#utterance-attributes -
Justin Obara commented
2024-07-23T10:54:12.653-0400 Appears to have been fixed with FLUID-6278