Top "Audiounit" questions

Audio Units are plug-ins for Apple's CoreAudio framework which generate or process audio streams.

How to make a simple EQ AudioUnit (bass, mid, treble) with iOS?

does anyone know how to make a simple EQ audio unit (3 bands - low, mid, hi) with iOS ? I know …

iphone ios core-audio signal-processing audiounit
iOS: Audio Units vs OpenAL vs Core Audio

Could someone explain to me how OpenAL fits in with the schema of sound on the iPhone? There seem to …

ios core-audio openal audiounit
iPhone: AudioBufferList init and release

What are the correct ways of initializing (allocating memory) and releasing (freeing) an AudioBufferList with 3 AudioBuffers? (I'm aware that there …

iphone ios core-audio audiounit
How to record sound produced by mixer unit output (iOS Core Audio & Audio Graph)

I'm trying to record sound produced by a mixer unit output. For the moment, my code is based on the …

iphone ios core-audio audio-recording audiounit
Adjust the length of an AudioUnit Buffer

my Problem concerns AudioUnits. In order to design a voicechanging App for iPhone (with Objective-C xCode) i use RemoteIO audioUnit …

iphone buffer duration audiounit
Can anybody help me in recording iPhone output sound through Audio Unit

this is my code : i use this code to record the iPhone output audio by using Audio Unit then saving …

iphone ios5 core-audio audiounit