locked
How can I connect the audio input of any audio device on my system to the speech recognition engine? RRS feed

  • Question

  • 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?
    Friday, April 14, 2017 3:57 PM