Guest m-r-r Report post Posted 06/27/2005 02:41 PM I can't play wav file using vg.Play_Start $RV_LINEID, "Mywav.wav" plase guide me how can I play wav file using above statment ? Share this post Link to post
SupportTeam Report post Posted 06/27/2005 09:23 PM Could you please post a copy of VoiceGuide's Debug Printout which captures the attempted play, this will allow us to see what happened. When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call. You can enable the automatic saving of the logs to files in \log\ directory as well. Share this post Link to post
Guest m-r-r Report post Posted 07/02/2005 04:41 AM thanks again for attention i use this script for reading my wav file : ________________ set vg = CreateObject("VoiceGuide.CommandLink") vg.Play_Start 6, "c:\confirm.wav" set vg = Nothing ________________ i found this script on voice guide's sample files , and i use 'confirm.wav' from voice guide wav files , but i can't listen wave file on the phone . i use trial version of voice guide , is it refer to this ? if yeah , what can i do ? thanks again for all. Share this post Link to post
SupportTeam Report post Posted 07/02/2005 07:42 AM Could you please post a copy of VoiceGuide's Debug Printout which captures the attempted play, this will allow us to see what happened. Restart VG, then make a call into the system and then call the Play_Start function. Please post entire trace from CVG restart onwards. When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call. You can enable the automatic saving of the logs to files in \log\ directory as well. Share this post Link to post