AudioUnit Echo Cancellation Built-in Feature for iOS
Asked Answered
W

0

11

Currently I am developing an iOS app that captures the sound using iPad mic. At the same time, a sound is being played through iPad speakers. Since the objective is to process the isolated input sound, the speaker feedback should be removed (cancelled). I looked for some documentation related to AudioToolbox possibilities. I found out AudioUnit can perform Built-in Features such as echo cancellation. However, I did not manage to configure correctly my audio graph in order to achieve a successful performance.

I would appreciate any suggestion, sample codes, references to tutorials or recommended bibliography.

Thank you very much,

Carles

Winzler answered 25/2, 2014 at 12:30 Comment(2)
I think your answer can be found at the link below. https://mcmap.net/q/1138216/-aec-echo-cancellation-support-in-osx-using-audioqueueChromogenic
Thanks!!! This was a great helpWinzler

© 2022 - 2024 — McMap. All rights reserved.