I am developing an app to record voice.
I would like to increase the GAIN of the MIC.
Do I have to use AudioManager to do it or something during Audiorecord process?
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.
Pointers to useful links regarding this question are at:
Can we Increase the gain of mic of an android phone?
I would try the setStreamVolume() approach initially though this is going to depend on the hardware and drivers of the device as well. Because there are so many different manufacturers and devices you may have trouble establishing a solid baseline value.