Apple’s AVFoundation framework includes AVAudioPlayer, an easy, feature rich, Objective-C based API for playing audio files.
I'm trying to play a sound with AVAudioPlayer but it won't work. Edit 1: Still doesn't work. Edit 2: This code works. …
ios swift audio avaudioplayerI am getting mp3 url as a response of api calling. I want to play that audio, so how can …
ios swift swift2 ios9 avaudioplayerI want to make an application which creates sound, music, or system sound when an iPhone is in silent mode. …
iphone objective-c ipad avaudioplayerWhat are the supported audio files formats in iPhone? If I want to play a 2 hour audio files , what is …
iphone avaudioplayerI want to play music even if the app goes in background. I checked all stackoverflow links but none of …
objective-c iphone ipad avaudioplayerI'm trying to implement a little function in my app. I am currently playing sounds as AVAudioPlayers and that works …
iphone objective-c avaudioplayer uisliderI have this code in a very simple, single view Swift application in my ViewController: var audioPlayer = AVAudioPlayer() @IBAction func …
ios cocoa-touch swift avfoundation avaudioplayerI've tried using these methods in an attempt to detect that the Ring/Silent switch is active or not: How …
iphone ios4 iphone-sdk-3.0 avaudioplayer avaudiosessionI'm recording audio with AVAudioRecorder as seen in How do I record audio on iPhone with AVAudioRecorder? I then use …
iphone objective-c audio avaudioplayer avaudiorecorderI have an AVAudioPlayer playing some audio (duh!) The audio is initiated when the user presses a button. When they …
iphone avaudioplayer volume