BACK TO HELP

The concept is simple :-

  1. Have with you the list of words or speech utterances you will like your program to recognize.
  2. Pick the first word and start RECORDING WITH ADDITION. You may use your own program with VoiceAction ActiveX Custom Control or use "VoiceAction Language And Vocabulary Development Application". Complete Code is available in "Examples" in "VoiceAction". Open it in VB and prepare a '.EXE' and use it forever.
  3. Input or Add to Vocabulary Database File the differentiable vyanjanas of the words you spoke and code them as they sound like : aa, uu, oo, ee, ss etc.
  4. Keep the vocabulary as low and precise as possible. Use "Vocabulary Editor Application " to see and edit the vocabulary as explained later. Its advisable to prepare five files for better recognition.
  5. Now start RECORDING WITHOUT ADDITION. VoiceAction will give the character strings you had coded for that particular utterance.
  6. Use "Vocabulary Editor " again and again to improve probability at this stage.
  7. This gives us for a particular word a fixed no. of character sequence. This is our GOLDEN CHARA. (GOLDEN Char is best for scans of above 5 files.)
  8. Now ENABLE ARTIFICIAL INTELLIGENCE ADDITION where you register your spoken word in your language font code with entering the above GOLDEN CHARA (vocabulary strings) from memory menu for LIKE operations along with the 'String Compare Protocols' you choose and their rating. All this can be done offline too.(But you will have to remember everything)
  9. Use "Language Editor Application" and the 'String Compare Protocols' given to improve accuracy in recognition .
  10. . Repeat for other words. Your work is over.
  11. . Add all to your program, disable all development related settings of VoiceAction and use results of PLATINUM words during any of your events and for whatever purpose you desire.

BACK TO HELP