Is there anyway to store audio on an iphone app and then grab that audio file and play it through cod开发者_运维技巧e. Does anyone have a tutorial to point me to do something like this?
Check the AVAudioPlayer class here http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/AudioandVideoTechnologies/AudioandVideoTechnologies.html#//apple_ref/doc/uid/TP40007072-CH19-SW1
Should tell you what you need to know.
精彩评论