RESOLVED FIXED 115119
WEB SPEECH: language support does not work as expected
https://bugs.webkit.org/show_bug.cgi?id=115119
Summary WEB SPEECH: language support does not work as expected
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.