A part of an application I'm working on uses audio units. In particular, it uses an audio unit with subtype kAudioUnitSubType_AudioFilePlayer. Is it possible to set the playback rate of such an audio unit? If so, how?
I thought the parameter kAudioUnitParameterUnit_Rate was what I was looking for, but I've been unable to get that to work.
Any help would be appreciated.