wok diff asterisk-googletts/description.txt @ rev 20891

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:20:18 2019 +0100 (2019-02-26)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/asterisk-googletts/description.txt	Tue Feb 26 08:20:18 2019 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +AGI script for the Asterisk open source PBX which allows you to use Googles' 
     1.5 +voice synthesis engine to render text to speech.
     1.6 +
     1.7 +This script makes use of Google's translate text to speech service in order 
     1.8 +to render text to speech and play it back to the user. It supports a variety 
     1.9 +of different languages (See README for a complete list), local caching of the 
    1.10 +voice data and also supports 8kHz or 16kHz sample rates to provide the best 
    1.11 +possible sound quality along with the use of wideband codecs.
    1.12 +
    1.13 +This TTS service is 'unofficial' and not supported by Google, it can be 
    1.14 +terminated at any point with no warning. People looking for TTS solutions to 
    1.15 +base their projects/products on should look for alternative, officially 
    1.16 +supported services.