audio - How to Capture PCM data from microphone in Windows Metro Apps Uinsg C# -


any 1 me how capture pcm data microphone in windows metro app using c#.

you need write c++ component uses wasapi, far i'm aware can't done in c#.

there's great working example here:

http://www.codeproject.com/articles/525620/recording-audio-to-wav-with-wasapi-in-windows-stor

the source code article hard find here's link:

http://www.codeproject.com/kb/audio-video/525620/recordingwavfileswithwasapiinwindowsrt.zip

i have used in c# app allow people pause audio recordings.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -