Audio Units are plug-ins for Apple's CoreAudio framework which generate or process audio streams.
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 audiounitCould someone explain to me how OpenAL fits in with the schema of sound on the iPhone? There seem to …
ios core-audio openal audiounitWhat 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 audiounitI'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 audiounitthis is my code : i use this code to record the iPhone output audio by using Audio Unit then saving …
iphone ios5 core-audio audiounit