wok annotate asterisk-googletts/description.txt @ rev 24816
updated libnotify-gtk3 and libnotify-gtk3-dev (0.7.6 -> 0.7.9)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 23 07:12:17 2022 +0100 (2022-03-23) |
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. |