Guest Hugh Report post Posted 07/14/2003 04:59 PM Is it possible to extract text from a database and have this spoken using the inbuilt TTS functions? Alternative, if I need to batch process the text using an external program, can I select a wav file to play based on input data from the call. ie user keys 12345 and file 12345.wav is played Share this post Link to post
SupportTeam Report post Posted 07/15/2003 12:48 AM Yes - both of these can be easily achieved. Please read the "Result Variables" section of the Help file. eg: if a user keys 12345 in a Get Numbers module titled "Enter Code", then to play "12345.wav" in a Play module you would specify Path to the sound files$RV[Enter Code] To see what Result Variable you can use to play back info retrieved from a Database please see the Help file's section on the "DB Query Module". Share this post Link to post