Is there a way to disable noise reduction on iOS using CoreAudio?

I am during the processing of sound using the microphone of the phone. I would like to use the original microphone input.

I see that there is a parameter to disable noise reduction in Settings β†’ General β†’ Accessibility, but I would prefer to do it programmatically rather than redirect the user to Settings.

Does anyone have any experience getting software mic input programmatically, with CoreAudio or any other way?

+4
source share

All Articles