Ive been learning Objective C for the last 3 months, working my way through tutorials and picking up quite a bit of info. Im starting to wonder though, maybe I should be learning C/C++ ?
Yes, I know this is not a programming forum
Thanks
Carl.
Pitch-shifting (without changing duration) is tricky. This example looks nice in that it's really self contained and seems like it would be easy to use, but it's not hardware-optimized so it probably won't be very fast. But maybe it will be fast enough for what you need to do? Might as well try it and see...ct43 wrote:quick question for you Charlie... will using a 3rd party lib stop me from having to write something like this?
http://downloads.dspdimension.com/smbPitchShift.cpp
Looking at that just makes my mind melt!
I was thinking that if I can import someone else's lib, I might be able to just send messages to it to process audio.
kooperativ wrote:wasn't AUPitch added in iOS 5? would make this problem a whole lot easier if you go the AudioUnit way:
AUPitch
kAudioUnitSubType_Pitch
An effect unit that lets you alter the pitch of the sound without changing the speed of playback.
from http://developer.apple.com/library/mac/ ... erview.pdf