Metadata
- Source
- FLUID-5589
- Type
- Task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Justin Obara
- Reporter
- Justin Obara
- Created
2015-01-21T07:50:07.960-0500 - Updated
2015-06-26T10:07:47.659-0400 - Versions
- N/A
- Fixed Versions
-
- 1.9
- Component
-
- Self Voicing
Description
Create to wrap the features and functions of a the Web Speech API's SpeechSynthesis interface.
The wrapper should provide an abstraction over the Synthesizer and Utterance objects provided by the browser, while allowing all of the necessary methods, options, properties, and events to be exposed in a means that this is easily accessible to a user/integrator and works with IoC.
See:
https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#tts-section
http://caniuse.com/#feat=speech-synthesis
http://updates.html5rocks.com/2014/01/Web-apps-that-talk---Introduction-to-the-Speech-Synthesis-API
http://blog.teamtreehouse.com/getting-started-speech-synthesis-api
Comments
-
Justin Obara commented
2015-01-21T10:08:57.678-0500 Work currently underway at https://github.com/jobara/infusion/blob/FLUID-5589/src/components/textToSpeech/js/TextToSpeech.js
-
Justin Obara commented
2015-01-23T10:22:54.053-0500 Chrome 40 does not fully support pause. ( this includes setting the property and firing the event)
https://code.google.com/p/chromium/issues/detail?id=425553&q=SpeechSynthesis&colspec=ID Pri M Week ReleaseBlock Cr Status Owner Summary OS Modified -
Justin Obara commented
2015-01-29T11:05:07.635-0500 Submitted a pull request
https://github.com/fluid-project/infusion/pull/583 -
Justin Obara commented
2015-02-03T15:14:47.253-0500 Submitted another pull request that addresses issues with the dependency files
https://github.com/fluid-project/infusion/pull/584 -
Cindy Li commented
2015-02-03T15:29:55.764-0500 The pull request https://github.com/fluid-project/infusion/pull/583 is merged @ 2a6793891aee7ee2ad41420d52d10c50a2359593
The pull request https://github.com/fluid-project/infusion/pull/584 is merged @ 4413d0020a62585e30a37331edd49c4d0e61b1ad
-
Justin Obara commented
2015-06-26T09:51:11.430-0400 Reopening to change the fix version to 1.9