Displaying 1 result from an estimated 1 matches for "test_audio".
Did you mean:
get_audio
2007 May 16
0
AGI "record_file" issue... bug?
...f I do a "background" or
"festival" command before calling it, it works fine.
Details below:
--------
I have an AGI script that does the following:
$AGI->exec('AGI',"festival.pl|\"Say Message.\"");
$AGI->record_file('/tmp/test_audio','wav','#',5*1000);
$AGI->exec('AGI',"festival.pl|\"O k\"");
$AGI->stream_file('/tmp/test_audio','#');
$AGI->exec('AGI',"festival.pl|\"Done.\"");
And it is called like this:...