Guest Derek Report post Posted 04/02/2006 11:03 AM on the Play Sounfile Module I need to play a wav file, then a text file(or read TTS field at this point), then another wav file. If I try to use a wav file and a text file (test.wav, test.txt) only the wav is played. When playing multiple wav files how can you tell it to read from the text to speach field, then go onto the next wav file? Share this post Link to post
SupportTeam Report post Posted 04/02/2006 09:13 PM Just use a chain of three Play modules, with a "Timeout 0" path linking them. Share this post Link to post
Guest Derek Report post Posted 04/03/2006 12:52 AM Ok, if that's what I have to do sure. There's no option though to use a variable to force it when to read the TTS area? Ex: (Play1.wav, "TTS", Plays.wav) I've got a lot of spots I need to do this and making a module per WAV and per TTS/Text file will be quite bulky. Just to Verify 1.Currently it's only "mode of operation" is to read the TTS field last when playing any wav files +TTS? 2. It cannot read a text file and a wav file linked in any order? (Ex: play1.wav,play1.txt.,play2.wav)? 3. Can I request a customization of this for a price? Something to make it operate like outkined below in some way? This would give more control in mixing WAV and Text in one module making it much cleaner code...? Or just the ability to Read WAV.TXT,WAV in order. (Ability to Use a variable "TTS" in place of WAV file name and make use of a numbered/ordered tag in the TTS area) EX Sound File to Play Entry: Play1.wav, "TTS1", play2.wav, "TTS2", play3.wav, "TTS3" Text Area Would contain: (TTS1) Speak text 1 (/TTS1) (TTS2)Speak Text 2(/TTS2) (TTS3) Speak Text 3(/TTS3) Share this post Link to post
SupportTeam Report post Posted 04/03/2006 01:13 AM Just to Verify 1.Currently it's only "mode of operation" is to read the TTS field last when playing any wav files +TTS? Yes. 2. It cannot read a text file and a wav file linked in any order? (Ex: play1.wav,play1.txt.,play2.wav)? Not in the currently available version. 3. Can I request a customization of this for a price? Something to make it operate like outkined below in some way? This would give more control in mixing WAV and Text in one module making it much cleaner code...? Or just the ability to Read WAV.TXT,WAV in order. Yes, we could quote on adding this feature to VoiceGuide. Send an email to sales@voiceguide.com for a quote if you would like to explore having this feature added into VG. Share this post Link to post