I am transferring a subway style application from the window of my phone 7.5 in Windows 8. My application was used to capture the microphone input stream.
I found the MediaCapture class in win 8 api for metro-style applications, but I see no way to get the microphone input in a wav encoded stream.
Switching to another encoding format will significantly affect the code base.
Is it possible to capture a wav encoded microphone stream?
source share