Bug#742758: chromium: speechSynthesis does not work

2014-05-03 Thread Michael Gilbert
That has been disabled by default. "--enable-speech-dispatcher" on the command-line should reenable it. Best wishes, Mike -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#742758: chromium: speechSynthesis does not work

2014-03-26 Thread Pierre Rudloff
Package: chromium Version: 33.0.1750.152-1~deb7u1 Severity: normal Dear Maintainer, The following JS code does not work in Chromium (it does absolutely nothing): speechSynthesis.speak(new SpeechSynthesisUtterance('test')); The exact same code works correctly in upstream Chrome (v33.0.1750.152).