Click to See Complete Forum and Search --> : microsoft speech 5.1


KB1IBH
December 15th, 2007, 10:41 PM
im currently screwing around with the microsoft speech 5.1 SDK, mainly the voice recognition part of it... most of the code im looking at is pretty much summed up within this page:

http://www.c-sharpcorner.com/UploadFile/ssrinivas/SpeeechRecognitionusingCSharp11222005054918AM/SpeeechRecognitionusingCSharp.aspx

im curious though, i want to be able to "rip" the already specified words into a string array in an attempt to prevent duplicate definitions

(by definitions, i mean words declared to be recognized, im not exactly caught up on my terminology, and im tired... but i digress)

anyone have a clue?

edit: also, im using VS2003, .net 1.1

TheCPUWizard
December 15th, 2007, 11:27 PM
On your exact question...no (late and tired here also).

But I will tell you that your life will be ALOT easier doing this with vS-2008. LINQ is a perfect match for Speech enabled apps!!!!!!