|
|
|
|
|
by e12e
4124 days ago
|
|
As far as I can figure out, on chrome it's just a web service -- and doesn't work on Debian Chromium as they stopped shipping google api keys (which makes sense, part of the point of using chromium over chrome is to have some measure of independence from google). Just thought I'd mention it here, in case anyone else were about to run off and try stuff like: http://updates.html5rocks.com/2014/01/Web-apps-that-talk---I... only to be disappointed :-/ Note that on Debian/Ubuntu you can for example do: sudo apt-get install festival
echo "I speak nothing, because I no verbs." | festival --tts
if you need to get your computer voice fix. |
|
I think Safari has only implemented the Synthesis part of the API because it can all be done offline and rely on the system voices on OS X and iOS. Google uses their own web APIs and thus also does Speech Recognition, but it doesn't work well offline or when you don't have Google API keys within Chromium/Chrome.