Apple’s AVFoundation framework includes AVAudioPlayer, an easy, feature rich, Objective-C based API for playing audio files.
Ok I have looked into this and have tried many different ways to play a sound when a button is …
swift3 avfoundation avaudioplayerI've searched and I believe my problem is quite unique. I'm aware of the Simulator 5.1 bug when using AVAudioPlayer which …
iphone ios audio avaudioplayer core-audioMy app downloads an mp3 from our server and plays it back to the user. The file is 64 kbps (which …
iphone ios mp3 avaudioplayerI'm trying to eliminate startup lag when playing a (very short -- less than 2 seconds) audio file via AVAudioPlayer on …
iphone caching audio nsdata avaudioplayerI am not an IOS programmer but I need a simple app to play an audio stream from a wowza …
ios swift ios8 avaudioplayerDeveloping an app for an iPhone with audio files that need to be listened too through headphones. How do I …
ios ios7 avaudioplayer avaudiosession headphonesNew to iOS development, so here goes. I have an app that is playing audio - I'm using AVAudioPlayer to …
ios swift avfoundation avaudioplayer mpmusicplayercontrollerI can't figure out how to play a music file in an iPhone game. Im creating a Game and I …
ios avaudioplayerI observed strange behavior while working with AVAudioPlayer Following is the code: AVAudioPlayer *newPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL: [NSURL fileURLWithPath:[NSString …
avaudioplayerI am developing an iPhone app which records the audio in .wav format. Here is the code: NSMutableDictionary* recordSetting = [[NSMutableDictionary …
iphone objective-c ios avaudioplayer avaudiorecorder