pitchbend (varispeed) audio with iPhone SDK's AudioUnit
- by fetzig
hi,
I'm trying to manipulate the speed (and pitch) of a sound while playing.
so i played around with iphone sdk's AudioUnit. downloaded iPhoneMultichannelMixerTest and tried to add an AUComponent to the graph (in this case a formatconverter). but i get (pretty soon) following error when building:
#import <AudioToolbox/AudioToolbox.h>…