Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Saving Microphone Stream to mp3 or wave

I recording sound from Microphone in Windows Phone device. Using Xna.Framework.Audio.Microphone I store the sound in MemoryStream. I can save it to PCM format. However It will be much better to convert it to mp3 file. If converting to mp3 is impossible then maybe somebody at least knows how to convert it to wav.

Thanks for your answers.

like image 736
Michał Jankowski Avatar asked Dec 14 '10 09:12

Michał Jankowski


1 Answers

Here is a brief example I created showing how to save wp7 recorded audio as a wav stream: http://damianblog.com/2011/02/07/storing-wp7-recorded-audio-as-wav-format-streams/

like image 153
Damian Avatar answered Oct 17 '22 11:10

Damian