rFriend Report post Posted 05/16/2012 08:52 PM Is there a global 'default' path which could be updated by code to tell VoiceGuide where to find sound files for the current run of the script file? Example - My setup is a folder name 'Scripts' which contain the VG script and also contains two sub folders named 'English' and 'French' where the actual sound files are held. If there were a global variable such as $RV[WavPath], I could set to 'English\' or 'French\' or even 'D:\scripts\English\' and 'D:\scripts\French\' then I would not need to put a path in front of each call to play a file saving a lot of time. This would also allow an easier way to have a very dynamic set of sound files. Share this post Link to post
SupportTeam Report post Posted 05/16/2012 09:21 PM The Result Variable $RV[DIRSYSTEMVOICE] is used to set the scripts "System Sound Files" path. Please see: http://www.voiceguide.com/vghelp/source/html/multi-language.htm If the full path to the sound file is not specified in the script then VoiceGuide looks for the sound file in these places: 1. Script Directory 2. Scripts \voice\ sub-directory 3. $RV[DIRSYSTEMVOICE] Share this post Link to post