There are a combination of issues here, I believe.
<br>
<br>Looking at the English log, something is currently not working with saying numbers. We will be looking into this further, and will update here.
<br>
<br>Having said that, I think even when this issue is fixed, you find that you aren't playing quite what you want. If you say "1450.55 dollars", which is what your application is doing right now, it isn't likely to sound natural (or right). As a workaround, I suggest you "chop" your number variable into two variables: @AVAIL_DOLLARS and @AVAIL_CENTS. Then, play @AVAIL_DOLLARS as a number, followed by your own "dollars" playback, then play @AVAIL_CENTS as a number, followed by your own "cents" playback.
<br>
<br>If you would rather replace all of the files that say numbers ("dollars", etc) with your own, you must record all of the standard prompts/words, and put them in the appropriate directories. If you don't specify otherwise in the Set Language step, TeleFlow gets all of these from C:\Program Files\TeleFlow\Languages. If you replace all of the files in the English and Spanish directories with your own versions (you should back up the existing files first, to be safe), you can probably set the system back to saying Money instead of Number, and that should work. (It will use the correct currency voice...) These recordings are for all the numbers, dates, etc that the say step might need. (It says "One thousand" using 1.wav and thousand.wav, for example)
|