Bug 115119

Summary: WEB SPEECH: language support does not work as expected
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch ap: review+, buildbot: commit-queue-

chris fleizach
Reported 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.
Attachments
patch (5.81 KB, patch)
2013-04-24 11:18 PDT, chris fleizach
ap: review+
buildbot: commit-queue-
chris fleizach
Comment 1 2013-04-24 11:18:41 PDT
Build Bot
Comment 2 2013-04-24 11:49:15 PDT
Build Bot
Comment 3 2013-04-24 12:04:19 PDT
chris fleizach
Comment 4 2013-04-24 12:38:32 PDT
This will fail until I get the WK system interface part in
chris fleizach
Comment 5 2013-04-25 17:27:17 PDT
Note You need to log in before you can comment on or make changes to this bug.