iPhone SDK: How to record voices with ambient noise supression?

Posted by Harkonian on Stack Overflow See other posts from Stack Overflow or by Harkonian
Published on 2010-02-26T19:08:55Z Indexed on 2010/04/14 16:33 UTC
Read the original article Hit count: 349

Can anyone point me in the right direction on how I would minimize ambient noise while recording someone speaking using the iPhone SDK Core Audio? I'm guessing a band-pass filter that eliminates any frequencies above and below the human vocal range might work. I have no idea how I would implement band filters on audio in the SDK though. The optimum solution would be one that eliminates the noise from the stream before it is written to memory/disk.

Some sample code would be appreciated.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about core-audio