RESOLVED FIXED 106742
Support WebSpeech - Speech Synthesis
https://bugs.webkit.org/show_bug.cgi?id=106742
Summary Support WebSpeech - Speech Synthesis
chris fleizach
Reported 2013-01-13 02:10:20 PST
As outlined in https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#tts-section We want to support the speech synthesis aspect.
Attachments
patch (4.87 KB, patch)
2013-03-04 15:11 PST, chris fleizach
simon.fraser: review+
patch + unskip layout tests (5.95 KB, patch)
2013-03-04 15:17 PST, chris fleizach
no flags
Simon Fraser (smfr)
Comment 1 2013-02-25 14:21:55 PST
How does this relate to bug 80261?
chris fleizach
Comment 2 2013-02-25 14:24:14 PST
looks like that is for speech recognition. this is for speech synthesis
chris fleizach
Comment 3 2013-03-04 15:11:16 PST
Created attachment 191318 [details] patch All blocking bugs are resolved. This feature is ready to be enabled on the mac
Simon Fraser (smfr)
Comment 4 2013-03-04 15:14:17 PST
Comment on attachment 191318 [details] patch Are there tests for this feature?
chris fleizach
Comment 5 2013-03-04 15:16:12 PST
Shoot, I forgot I can uncomment out the Skipped tests now. But yes, we have 6 tests.
chris fleizach
Comment 6 2013-03-04 15:17:41 PST
Created attachment 191320 [details] patch + unskip layout tests
chris fleizach
Comment 7 2013-03-04 17:23:49 PST
chris fleizach
Comment 8 2013-03-04 17:52:16 PST
That patch caused a build failure on Lion /Volumes/Data/slave/lion-leaks/build/Source/WebCore/Modules/speech/SpeechSynthesis.cpp:35:10: fatal error: 'WTF/CurrentTime.h' file not found #include <WTF/CurrentTime.h> that seems strange
chris fleizach
Comment 9 2013-03-04 17:56:38 PST
Note You need to log in before you can comment on or make changes to this bug.