wok annotate asterisk-googletts/description.txt @ rev 20008

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 14:08:19 2017 -0300 (2017-08-02)
parents
children
rev   line source
hackdorte@20008 1 AGI script for the Asterisk open source PBX which allows you to use Googles'
hackdorte@20008 2 voice synthesis engine to render text to speech.
hackdorte@20008 3
hackdorte@20008 4 This script makes use of Google's translate text to speech service in order
hackdorte@20008 5 to render text to speech and play it back to the user. It supports a variety
hackdorte@20008 6 of different languages (See README for a complete list), local caching of the
hackdorte@20008 7 voice data and also supports 8kHz or 16kHz sample rates to provide the best
hackdorte@20008 8 possible sound quality along with the use of wideband codecs.
hackdorte@20008 9
hackdorte@20008 10 This TTS service is 'unofficial' and not supported by Google, it can be
hackdorte@20008 11 terminated at any point with no warning. People looking for TTS solutions to
hackdorte@20008 12 base their projects/products on should look for alternative, officially
hackdorte@20008 13 supported services.