zaf / asterisk-googletts

Asterisk AGI script that uses Google's translate text to speech service.
GNU General Public License v2.0
212 stars 125 forks source link

API Key in the URL #7

Closed ovitor closed 10 years ago

ovitor commented 10 years ago

Hello,

We´re planning on buying a API key for the Google TTS service. Where do I insert this key, once I have it ?

zaf commented 10 years ago

There is no such thing. Google doesnt offer TTS as a service, there are no keys. The asterisk AGI script is a 'hackish' way to get synthesized speech from google translate page.

If you are considering using it in production you might want to look for alternatives like the Microsoft TTS AGI script, the iSpeech AGI scripts or other TTS solutions available for asterisk.