microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++

Home Page:https://walbourn.github.io/directxtk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microphone class

walbourn opened this issue · comments

DirectX Tool Kit for Audio supports most of the XNA Framework audio classes except Microphone. Microphone provides a simple mechanism for doing audio capture which can paired with DynamicSoundEffectInstance.

See SimpleWASAPICapture UWP / XDK for example code using WASAPI for audio capture.