Guest WilsonS Report post Posted 04/17/2012 07:23 AM Hi, I'd like to create a voice recognition IVR application such that: 1. user calls special number from mobile phone 2. user speaks digits to the mobile phone 3. it recognizes spoken digits, calculates some kind of control sum to check if the number is proper 4. it answers to the user that number is correct or asks him to repeat the number 5. application saves recognized numbers on the server in text file Thanks, BR, Wilson Share this post Link to post
SupportTeam Report post Posted 04/17/2012 08:22 AM Please see the demonstration script SpeechRecog_Digits_Multiple It is located in the VoiceGuide \Scripts\SpeechRecog_Digits_Multiple\ subdirectory. It basically does what you require (apart from the checksum). You will need to have a Speech Recognition engine installed as well. For installation instructions please see: http://www.voiceguide.com/vghelp/source/html/asr_config_intro.htm and if you select LumenVox for your speech recognition engine please see: http://www.voiceguide.com/vghelp/source/html/asr_config_lumenvox.htm Share this post Link to post