tjgillies
|
| Audacity is also a good sound program (free) |
jpw
|
| have you documented anywhere where to PUT the audio files that <prompt> is going to play? |
MattHenry
|
JP,
Sorry if this wasn't clear from reading the docs; the audio files referenced via <prompt> should sit in the same directory as the CallXML file that references them. It wouldnt make much sense if the server returned a 404 and the TTS fallback had to try and render something like this:
<prompt value="http://www.myserver.com/myIVR/myaudio/hello world.wav"/>
~Matt
|
SSA_NCH
|
| If my app is using TTS (e.g., the "say" element), is there a way to disable the .WAV fetch attempts? Right now my webserver log is littered with '404' errors for all of the TTS my app does. Thanks! -Eric |
jdyer
|
Hello,
I am afraid the way the prompt CallXML works with backup TTS is to look for the 404, at which time it reverts to backup TTS. If you are looking to avoid the fetch you may want to try the <say> element (http://docs.voxeo.com/callxml/3.0/say.htm), which does not do the preliminary fetch. I do hope this helps, and if there are any other questions please let us know!
Regards,
John Dyer
Customer Engineer
Voxeo Support |