Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My Android app is using AudioRecord to get audio from the microphone (for frequency analysis and display). On two occasions, someone has called me while I was debugging the app (on Samsung Galaxy II). I answered and heard them fine, but they later reported that they either could not hear me, or they heard some kind of static/noise.

Maybe it had something to do with the debug code (which has since changed), or maybe not. I have tested by calling myself from a land-line phone and everything seems okay, but before I publish the app I would like more assurance that I am not causing trouble for customers.

Has anyone experienced this or other problems with AudioRecord and incoming phone calls? What did you do to fix it?

share|improve this question
I faced same thing. I handled the gsm call event by using broadcast receiver. when there is a call connected then i just paused the audiorecord showing a toast. – StinePike Nov 25 '12 at 5:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.