I am for quite some time developing a speech app for recognising commands,
and recently did some intensive testing on it, and had to use different
people. Created profiles on speech control panel, and changed them there when
needed. Did a quick research on how to choose these profiles progamatically
and found this
http://www.eggheadcafe.com/software/aspnet/32529803/switch-sapi-profiles-in-c.aspx
Problem is, this uses SpeechLib, and i am using managed code API
System.Speech, which doesn't allow me to have access to anything like the
previous.
Anyone came across the same problem and care to share some info?
Thank you