Bug 115119 - WEB SPEECH: language support does not work as expected
Summary: WEB SPEECH: language support does not work as expected
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 11:13 PDT by chris fleizach
Modified: 2013-04-25 17:27 PDT (History)
2 users (show)

See Also:


Attachments
patch (5.81 KB, patch)
2013-04-24 11:18 PDT, chris fleizach
ap: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2013-04-24 11:13:03 PDT
Web Speech API languge support does not work as expected.

* STEPS TO REPRODUCE
var u = new SpeechSynthesisUtterance();
u.text = 'Hola. ¿Que tal?';
u.lang = 'es-MX';
u.onend = function(event) { alert('Finished in ' + event.elapsedTime + ' seconds.'); }
speechSynthesis.speak(u);

* RESULTS
Spoken (and mispronounced) with Alex voice 

Expected "Javier compact" or another Spanish voice.
Comment 1 chris fleizach 2013-04-24 11:18:41 PDT
Created attachment 199504 [details]
patch
Comment 2 Build Bot 2013-04-24 11:49:15 PDT
Comment on attachment 199504 [details]
patch

Attachment 199504 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/166715
Comment 3 Build Bot 2013-04-24 12:04:19 PDT
Comment on attachment 199504 [details]
patch

Attachment 199504 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/71465
Comment 4 chris fleizach 2013-04-24 12:38:32 PDT
This will fail until I get the WK system interface part in
Comment 5 chris fleizach 2013-04-25 17:27:17 PDT
http://trac.webkit.org/changeset/149156