Turn your Android device into a powerful Text-To- Speech server , using the many powerful voices and TTS engines for Android.
Through the windows client , you can:
- Record and listen to a text
- Save the audio files derived from text
- Create audio files massively
- Import a CSV file with text , file name, language to allow the massive conversion
- Export a CSV file to save the job done
- Through a SSH connection on a linux server to export the audio file
- Run a conversion script on linux server
(Example :
for alaw format
sox /tmp/[FILE].wav -r 8000 /tmp/[FILE].al resample -ql;mv /tmp/[FILE].al /var/lib/asterisk/sounds/it/[FILE].alaw
or for gsm format
sox /tmp/[FILE].wav -r 8000 /tmp/[FILE].gsm resample -ql;mv /tmp/[FILE].gsm /var/lib/asterisk/sounds/it/[FILE].gsm
)
Download the windows client from http://www.zuccoli.com/App/AndroTTS
Particularly suitable for IVR telephone servers .
AndroTTS server is a free Text To Speech for Asterisk .
you can download the source for the asterisk to the -fly conversion of audio messages and run the script like this:
exten = > 9632.1 , NoOp ( " AndroTTS " )
exten = > 9632 , n , Answer
exten = > 9632 , n, AndroTTS (This and the ' asterisk supported by the app engine , IT, 172.16.9.135,3383 )
Download the source code from http://www.zuccoli.com/AndroTTS
is possible to build applications that exploit AndroTTS in any language , the programming is simple .
Open a socket on ip and port programmed AndroTTS , send the text (if you want to set the language to send a TAB followed by the language eg EN) and the sending end with ' \ n ' .
On arriving Socket 8 bytes with the length of the audio file followed by audio files in wav format .
For those who need it I can provide many examples of code.
打开你的Android设备变成一个功能强大的文本到语音服务器,使用众多强大的声音和TTS引擎为Android。
通过Windows客户端,您可以:
- 记录和聆听到一个文本
- 保存从文本中得到的音频文件
- 创建音频文件大量
- 导入CSV文件,文本,文件名,语言,允许大量的转换
- 导出CSV文件保存完成任务
- 通过Linux服务器上的SSH连接导出音频文件
- 运行Linux服务器上的转换脚本
(实施例:
对于阿劳格式
SOX /tmp/[FILE].wav -r 8000 /tmp/[FILE].al重采样-ql; MV /tmp/[FILE].al /var/lib/asterisk/sounds/it/[FILE].alaw
或者GSM格式
SOX /tmp/[FILE].wav -r 8000 /tmp/[FILE].gsm重采样-ql; MV /tmp/[FILE].gsm /var/lib/asterisk/sounds/it/[FILE].gsm
)
从http://www.zuccoli.com/App/AndroTTS下载Windows客户端
特别适合的IVR电话服务器。
AndroTTS服务器是一个免费的文本到语音的星号。
你可以下载源星号的-fly音频信息转换和运行这样的脚本:
分配延长=> 9632.1,NOOP(“AndroTTS”)
分配延长=> 9632,N,回答
分配延长=> 9632,N,AndroTTS(这和应用程序引擎支持的“星号,IT,172.16.9.135,3383)
从http://www.zuccoli.com/AndroTTS下载源代码
能够构建利用AndroTTS任何语言的应用程序,则编程简单。
在IP和端口编程AndroTTS打开一个套接字,发送文本(如果你想设置的语言发送TAB其次语言如EN)和'\ N'发送端。
在与随后在wav格式的音频文件的音频文件的长度到达插座8个字节。
对于那些谁需要它,我可以提供很多代码实例。