wok diff asterisk-googletts/description.txt @ rev 23221
ghostscript: inserted include statement
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 23 14:33:17 2020 +0100 (2020-03-23) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/asterisk-googletts/description.txt Mon Mar 23 14:33:17 2020 +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.