I am creating a Windwows Phone 7 application which needs that audio from the microphone should be stored in AMR format.
I’m able to catch MemoryStream from microphone, but how can I save that stream with AMR codec?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In reply to my own question for future readers: I solved the audio compression using the cspeex library from http://cspeex.codeplex.com, but I had to modify the code a little just to make it suitable for WP7. It wasn’t so hard.