Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recording audio from the microphone in Windows Phone 7 Series

I'm wondering if anyone has any code samples or links to documentation that demonstrate how to capture audio from the device's microphone on the new Windows Phone Series 7. I've recently downloaded the Windows Phone SDK CTP for Visual Studio 2010 and I'm struggling to find any supporting documentation that might help.

Thanks,

Richard.

like image 311
Richard Avatar asked Mar 15 '10 19:03

Richard


1 Answers

Check out this blog post for an example on how to do it. It's not as straight forward as just using the XNA Microphone class. There are a couple of other things you need to do.

like image 53
1adam12 Avatar answered Oct 06 '22 01:10

1adam12