Can you please tell me how to fix this? I want to release two different AVAudioPlayer when they finish playing, but separately.
Here is my code on button click - (void)playButton:(id)sender { NSLog(@\"PlayButton Clicked!!!...\"); audioPlayer = [self setUpAudioPl开发者_C百科ayer:[songs objectAtIndex:i]];
I\'ve tried using these methods in an attempt to detect that the Ring/Silent switch is active or not:
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
i m trying to play background.mp3 files as my game playback file ,and it works fine but it leaking memory
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
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..
I am implementing an audio based application, in my appli开发者_运维百科cation I need to integrate FadeIn and FadeOut feature.
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
Weeks ago, I posted this thread regarding problems I was having with AVAssetWriter: AVAssetWriter Woes