I’m wondering how to record voice using Mono for Android. I’ve seen various materials for recording voice under Android, but none of them seems to cover the Mono version topic.
Thanks.
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.
Here is a basic example that uses the default audiorecorder and records audio to .3gp format.
It has an activity with a couple of buttons and a textview that displays a timer as you record your audio.
Activity (AudoRecorderActivity.cs):
Layout file (audiorecorder.axml):