avaudioplayer
AVAudioPlayer sound files playing out of sync when mixed - iPhone
I am trying to play 6 seperate .mp3 sound files using instances of AVAudioPlayer. The sounds are playing at the same time but they seem to be playing out of sync or[详细]
2023-03-10 13:20 分类:问答UIImageView/AVAudioPlayer synchronization
I have an UIView that possess an UIImageView as a subview. This image view is intended to display an animation (basically, with the startAnimating method). When the animation start, I also need to pla[详细]
2023-03-09 13:35 分类:问答(iphone) how to play sound sequentially with AVAudioPlayer?
I\'d like to play multiple sound sequentially. The sound data will be available via NSData. (to be more precise, I\'m going to play different sound whenever scrollViewDidEndScrolling is called, and st[详细]
2023-03-09 04:54 分类:问答(iphone) Is having many AVAudioPlayer instance fine?
For my small game, I\'d like to play effect sound for various scenario. Mostly it will be user-interaction related.[详细]
2023-03-09 04:50 分类:问答iOS: Problem Loading Audio from URL in UIWebView
I am loading an MP3 po开发者_Go百科dcast stream into a UIWebView as follows: - (void)viewDidLoad {[详细]
2023-03-08 05:10 分类:问答AVAudioPlayer skipping when returning from Springboard
I have audio constantly playing during my application.I am having some odd behavior when I press the button to return to Springboard then resume my applications.The Audio will continue playing but wil[详细]
2023-03-07 15:51 分类:问答AVAudioPlayer meter values still - 160
Trying to implement AVAudioplayer and get some metering data of the played music, but still getting value -160.[详细]
2023-03-07 11:22 分类:问答iphone stop AVAudioPlayer
I want to stop the AVAudio开发者_如何学JAVAPlayer when click on new tab. Stop an Pause button are working properly but if i am click on new tab bar the player is to be play in background so how can i[详细]
2023-03-06 15:32 分类:问答Method called when my UIViewController gets popped?
I have a UIViewController residing in a UINavController. The view controller which is playing audio through AVAudioPlayer. When it get\'s poped, it keeps playing audio, even though in the dealloc meth[详细]
2023-03-05 16:36 分类:问答AVAudioPlayer memory leaks
I have this method in a开发者_C百科n exterior class that gets called whenever the charachter in my game hits a wall (about once every 5 seconds on average). I dont understand it. I thaught I was on to[详细]
2023-03-05 12:18 分类:问答