Meyhem
Meyhem

Reputation: 11

Windows Phone 8 Record sound from microphone C#

I am pretty new to windows phone, and I would like to create simple app that can record sound from mic, and save it.

I already have searched for some classes that are able to record, but I didn't find anything I can understand. I have found MediaCapture class, but I cant find any tutorial or guide how to set up recording. I also found using Xna Framework Audio, but I have read that it is no longer developing and it is becoming unsupported on win phones.

Can you guys point me towards direction I can accomplish this sound recording ? Windows phone 8, C#, Visual Studio 2013 Professional

Upvotes: 0

Views: 948

Answers (1)

Meyhem
Meyhem

Reputation: 11

So after a while, I have found this tutorial, I haven't tested it yet, but it seems it is what I was looking for. Really clean nice tutorial, it is using MediaCapture class. Link

Upvotes: 1

Related Questions