I would like to know if it's possible to disable the noise reduction microphone via code.

My app plays background music that gets trim off because of this new mic. So i would like to have the background noise mic disabled while my app is open and running.

Thank you

link|improve this question

Have you able reduce the background noise while recording, any code would be more helpful. – Warrior Oct 29 '10 at 13:36
feedback

2 Answers

up vote 0 down vote accepted

Look in Apple's Audio Unit Properties Reference document for the kAUVoiceIOProperty_BypassVoiceProcessing and kAUVoiceIOProperty_VoiceProcessingEnableAGC properties, and how to configure and/or change them.

link|improve this answer
thank you, I found AudioUnit a bit complex to handle. Do you have something easier I can start with? I'm starting from here developer.apple.com/library/ios/#documentation/MusicAudio/… – sosergio Oct 7 '10 at 13:26
feedback

The new mic should be active only during phone calls and not when your app is playing music. Are you sure this is the problem ??

link|improve this answer
Actually I would like to play some music while in a phone call. – sosergio Dec 24 '10 at 13:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.