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 sample from this website: http://atastypixel.com/blog/using-remoteio-audio-unit/ The audioUnit buffers are set to a length of 256 samples. For my project i need alot more (about 22050). The quoted page says that the length of the audioUnit buffers can be adjusted like this: float aBufferLength = 0.005; // In seconds AudioSessionSetProperty(kAudioSessionProperty