Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Inproc Recognizer Doesn't Work

7 views
Skip to first unread message

cjreynolds

unread,
Feb 26, 2010, 3:11:11 PM2/26/10
to
I have an c&c app written in VB6 - works on win95, 2K, and XP. I've
been using a shared recognizer, and it has worked fine until now. I
need to switch to an Inproc reco, but when I change the SPShared
references to SPInproc, it no longer recognizes commands.

I have read in a couple of places where I need to specify an audio
source with an inproc reco, but I can't find out how.

Any code snippets out there?

cjreynolds

unread,
Mar 2, 2010, 2:29:07 PM3/2/10
to
Found the problem - wasn't specifying the audio input correctly:

Token.SetId Category.Default()
Set Recognizer.AudioInput = Token

Works great now...

0 new messages