MessageDov,
Yes, I'm guessing...
I haven't looked at freetts, but you can take a look at their sample =
java files to see how they generate the audio files. You'd need to use =
the FastAGI asterisk-java stuff to play the file.
You'd also need to be able to save files to the asterisk server in one =
way or another. The easiest way is to have all this running on the =
asterisk server. Save the file output to asterisk's sound directory.
From there, it's pretty straightforward, just do a streamFile(channel, =
"file name"); from your agi script implementation. =20
Peter
----- Original Message -----=20
From: Dov Bigio=20
To: ast...@li...=20
Sent: Tuesday, July 26, 2005 6:15 PM
Subject: [Asterisk-java-users] java tts with asterisk-java
Hi,
Is there a way to use FreeTTS (http://freetts.sourceforge.net/) with =
Asterisk Java and send the output sound to a channel?
Thank you!
Dov |