I am wondering if anyone has code samples or links to documentation demonstrating how to capture microphone sound from the device on the new Windows Phone Series 7. I recently downloaded the Windows Phone SDK CTP for Visual Studio 2010 and I am trying to find any supporting documentation. which can help.
Thanks,
Richard.
try Microsoft.Xna.Framework.Audio.Microphone.Start, Stop and GetData. I donβt know if it works, but know where the microphone is.
Check out the blog post for an example on how to do this. This is not as straightforward as simply using the XNA microphone class. There are a few more things you need to do.