Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  New Text-to-Speech API for Chrome extensions

Interested in making your Chrome Extension (or packaged app) talk using synthesized speech? Chrome now includes a Text-to-Speech (TTS) API that’s simple to use, powerful, and flexible for users.Let’s start with the "simple to use" part. A few clever apps and extensions figured out how to talk before this API was available – typically by sending text to a remote server that returns an MP3 file that can be played using HTML5 audio. With the new API, you just need to add "tts" to your permissions and then write:chrome.tts.speak('Hello, world!');It’s also very easy...

3,697 0       GOOGLE TTS SPEECH TEXT TEXT TO SPEECH