/ios-coreaudio-example

Automatically exported from code.google.com/p/ios-coreaudio-example

Primary LanguageObjective-C

Please note: this example doesn't seem to work on iOS 7 or higher. If you fix it, please send a pull request.

This program provides an example (on Apple's iOS) for how to get audio data from the microphone and reroute it to be heard through the speaker.

This is based on:

http://atastypixel.com/blog/using-remoteio-audio-unit/

If you don't know anything about digital audio or the core audio framework, I advice you read Apple's "Core Audio overview" to get some idea of what you're doing. Last located at: http://developer.apple.com/library/ios/#documentation/MusicAudio/Conceptual/CoreAudioOverview/Introduction/Introduction.html

Simply open the project in xcode, and press "Build and Run".

October 2010 Simon Epskamp.