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.
Verwandeln Sie Ihr Android-Gerät zu einem leistungsfähigen Text-To-Speech-Server, mit den vielen mächtigen Stimmen und TTS-Engines für Android.
Durch die Windows-Client können Sie:
- Aufnahme und in eine Text hören
- Speichern Sie die Audio-Dateien aus Text abgeleitet
- Erstellen Sie Audio-Dateien massiv
- Importieren Sie eine CSV-Datei mit Text, Dateiname, Sprache, um die massive Umwandlung ermöglichen
- Exportieren einer CSV-Datei, um den Job zu erledigen sparen
- Durch eine SSH-Verbindung auf einem Linux-Server, um die Audiodatei zu exportieren
- Führen Sie einen Conversion-Skript auf Linux-Server
(Beispiel:
für alaw Format
sox /tmp/[FILE].wav -r 8000 /tmp/[FILE].al resample -ql; mv /tmp/[FILE].al /var/lib/asterisk/sounds/it/[FILE].alaw
oder für GSM-Format
sox /tmp/[FILE].wav -r 8000 /tmp/[FILE].gsm resample -ql; mv /tmp/[FILE].gsm /var/lib/asterisk/sounds/it/[FILE].gsm
)
Laden Sie die Windows-Client aus http://www.zuccoli.com/App/AndroTTS
Besonders geeignet für IVR Telefonserver.
AndroTTS Server ist ein kostenloser Text To Speech für Asterisk.
können Sie die Quelle für die Stern-fly auf die Umwandlung von Audio-Nachrichten downloaden und führen Sie das Skript wie folgt aus:
exten => 9632,1, NoOp ("AndroTTS")
exten => 9632, n, Antwort
exten => 9632, n, AndroTTS (Dies und die 'Stern von der App Engine unterstützt, IT, 172.16.9.135,3383)
Laden Sie den Quellcode aus http://www.zuccoli.com/AndroTTS
ist es möglich, Anwendungen, die AndroTTS in jeder Sprache nutzen zu bauen, ist die Programmierung einfach.
Öffnen Sie eine Buchse auf IP und Port programmiert AndroTTS, senden Sie den Text und dem sendenden Ende mit '\ n' (wenn Sie um die Sprache einzustellen, um eine Registerkarte gefolgt von der Sprache zB EN senden möchten).
Bei der Ankunft Sockel 8 Bytes mit der Länge der Audiodatei, gefolgt von Audio-Dateien in WAV-Format.
Für diejenigen, die es brauchen kann ich viele Beispiele von Code bereitzustellen.