Hello everyone!
OK so i am making an application that will be used for a home automation system, i am using the xbox kinect sensor and i have 3 of them in different rooms and plan to use them as a audio device for my system as speech recognition.
i have it working by using .SetInputToDefaultAudioDevice(); as the kinect sensor is the default audio device, however there will be multiple instances of this application running for each room on the same pc.
What i want to do is to have a drop down box so i can choose what audio stream will be used for the microsoft recognition engine rather then just the default audio device.
any help would be greatly appreciated!
- James
OK so i am making an application that will be used for a home automation system, i am using the xbox kinect sensor and i have 3 of them in different rooms and plan to use them as a audio device for my system as speech recognition.
i have it working by using .SetInputToDefaultAudioDevice(); as the kinect sensor is the default audio device, however there will be multiple instances of this application running for each room on the same pc.
What i want to do is to have a drop down box so i can choose what audio stream will be used for the microsoft recognition engine rather then just the default audio device.
any help would be greatly appreciated!
- James