avaudioplayer
Can't use two "audioPlayerDidFinishPlaying"
Can you please tell me how to fix this? I want to release two different AVAudioPlayer when they finish playing, but separately.[详细]
2023-03-25 19:36 分类:问答Sound does not play while using AVAudioPlayer
Here is my code on button click - (void)playButton:(id)sender { NSLog(@\"PlayButton Clicked!!!...\"); audioPlayer = [self setUpAudioPl开发者_C百科ayer:[songs objectAtIndex:i]];[详细]
2023-03-25 00:10 分类:问答Detecting the iPhone's Ring / Silent / Mute switch using AVAudioPlayer not working?
I\'ve tried using these methods in an attempt to detect that the Ring/Silent switch is active or not:[详细]
2023-03-24 03:17 分类:问答Auto Scroll UITextView in iOS..
Everybody How to scroll UITextView automatic as per AVAudioPlayer playing..? I have one audio playing file and relates some text.. So, I want to visible only that text which text played by AVAudioPlay[详细]
2023-03-23 22:03 分类:问答AVAudioPlayer is leaking, where should i release it??
i m trying to play background.mp3 files as my game playback file ,and it works fine but it leaking memory[详细]
2023-03-23 18:02 分类:问答remoteControlReceivedWithEvent in AVAudio is not being called
I am working on an app playing the audio in background. I have written the code for the iPod controls as directed by app docs. I have implemented this like[详细]
2023-03-23 11:14 分类:问答Why is this object release not OK, should i be releasing it?
You\'ll have to forgive me because i\'m still fairly new to Obj-C but i\'m quite confused.. I have this little sound board app with 12 buttons.. each calling the same IBAction..[详细]
2023-03-23 00:42 分类:问答How to work with FadeIn and FadeOut the playback music using iphone sdk
I am implementing an audio based application, in my appli开发者_运维百科cation I need to integrate FadeIn and FadeOut feature.[详细]
2023-03-22 17:49 分类:问答how to playing audio in background mode when If i click on iphone button to "minimize" the app?
I\'m work on new iphone au开发者_如何转开发dio application. When i open the app, the Audio was loaded and started. If i click on iphone button to \"minimize\" the app, the sound was stopped. I need t[详细]
2023-03-22 07:53 分类:问答AVAssetWriter / AVAudioPlayer Conflict?
Weeks ago, I posted this thread regarding problems I was having with AVAssetWriter: AVAssetWriter Woes[详细]
2023-03-22 06:25 分类:问答