Access Azure Kinect DK microphone input data
The Speech SDK quickstarts provide examples of how to use the Azure Kinect DK microphone array in various programming languages. For example, see the Recognize speech in C++ on Windows by using the Speech SDK quickstart. The code is available from GitHub.
Access the microphone array also through Windows API. See the following docs for details on Windows documentation:
- Windows Audio architecture
- Windows.Media.Capture documentation
- Tutorial for webcam capture
- USB audio information
You can also review the microphone array hardware specification.