I just wondering if anyone can explain to me how I would go about recording audio, modifying it (pitch?) and playing it back to the user on iPhone.
I'm not asking for someone to do this for me, just a few hints on how I should go about it. looking through the docs it seems like I should be using AVAudioSession
, AVAudioRecorder
and AVAudioPlayer
(AVFoundation.Framework
) for the recording playing parts. Or should I be using the CoreAudio.Framework
? and then there is the question regarding modifying the audio.