I would like help in a telephony application being able to tell the recognizer to listen to any of the telephone lines for voice commands. There is a .SetInputToDefaultAudioDevice, but I need a .SetInputToWaveInputID. Since that doesn't exist, do I use
.SetInputToAudioStream or .SetInputToMemoryStream? Can anyone supply VB or C# Code that connects the input of one of the deviceIDs to the recognizer input for real-time streaming?