Result Variables can be used when specifying what number is to be spoken. Sound files to be played before and after the spoken number can also be selected. Result Variables can also be used in those filenames. If a filename is specified then VoiceGuide will read in the file contents and read the data specified in the first line of the file. If Digits, Amount or Number options are selected, and the number to be spoken starts with a "-", then the word "minus" will be spoken first before speaking the reset of the number. If Date or Time options are selected , and the supplied number is the wrong length or does not make sense in the context of the selected option (eg: the supplied number is 8933 and the DateMMDD option is selected) then nothing will be played and the Fail path will be taken. If the Fail path is not defined then the Success path will be taken. If neither the Fail or Success paths are defined then VoiceGuide will hang up the call. The Date/Time checking feature allows the Say Number module to be used for verifying validity of any caller-entered times and dates. The Time Switch module can also be used for checking the validity of date/time entered by caller.
Sound files played before & after the number The sound files used in the module have to be of the same format as VoiceGuide current 'system' sound files (usually found in VoiceGuide's \system\voice\ subdirectory). Multiple sound files can be selected to be played by separating the successive files by commas. eg: prompts\1.wav, prompts\2.wav would result in two files from the prompts subdirectory being played (1.wav and 2.wav) one after another.
Changing the way Say Number module speaks numbers Users can edit the way in which the numbers are spoken, or even add their own Say Number functions. In VoiceGuide v5 and v6 the way the numbers are spoken can be changed by editing the file: lib_num2wav.vbs located in VoiceGuide's \system\vbs\ subdirectory. This is useful if it is required to say numbers/amounts in a language other then English. Please read the lib_num2wav.vbs file for more information. In VoiceGuide v7 a DLL file is used to generate the list of WAV files needed to speak the number. The DLL is called vgLib_SayNumbers.dll and is located in VoiceGuide's \system\dll\ subdirectory. The source code and full VS2005 C# project required to build the DLL can be found in this VoiceGuide subdirectory: \system\dll\Source\vgLib_SayNumbers. After building the new DLL just place it in VoiceGuide's \system\dll\ subdirectory and restart VoiceGuide in order for VoiceGuide to start using the new DLL. In VoiceGuide v7 you can also select to have the system use the the lib_num2wav.vbs to generate the spoken number by changing the VG.INI file setting. In VG.INI, section [moduleSayNumbers], change the entry WavListGenerator from DLL to VBScript.
|
|||||||||||||||||||||||||||||||||||||||||||||
| Converted from CHM to HTML with chm2web Pro 2.84 (unicode) |