Displaying 1 result from an estimated 1 matches for "capstral".
2006 Dec 26
1
agi+cepstral driving me nuts
...reen, the nerdvittles code uses system to
generate the .wav file then has the dial plan call it via:
//php script
$retcode2 = system ("flite -f $tmptext -o $tmpwave") ;
//extensions
exten => 411,9,NoOp(Wave file: ${TMPWAVE})
exten => 411,10,Playback(${TMPWAVE})
Since I am using capstral, I simply changed the line to below which works
fine from the command line but when calling, I never hear it, it just hangs
up. Is it timing out? Is there a better way to do this? How can I return
just a string of Text to read so I don't have to create the .wav file then
play it?
$retcode2...