[Asterisk-java-users] Playing the voice file returned by TTS Software?
Brought to you by:
srt
From: Rounak S. <rou...@gm...> - 2013-06-03 14:47:25
|
Hello everyone, I have integrated my JAVA program(using asterisk-java) with a text-to-speech software where I send a string to the TTS software and it return me a .mp3 file (which can be converted to any desire format). Now I want this mp3 to be played to the caller. Which fastAGI command should I use to play the mp3? Do I have to first transfer my .mp3 file to Asterisk database and then ask it to run it?If yes,How should I transfer? |