Apple’s AVFoundation framework includes AVAudioPlayer, an easy, feature rich, Objective-C based API for playing audio files.
i'm having some issue with AVFoundation framework. I wrote a demo app to record audio, play it, and calculate decibels, …
avfoundation avaudioplayer ios7 avaudiorecorder xcode5I tried using AVAudioSession and AVAudioPlayer to record and play sounds respectively but the sound volume is very low. I …
iphone ios4 avaudioplayer avaudiorecorderI used the AVAudioPlayer to play a 10 sec wav file and it works fine. Now I what to stop the …
cocoa-touch avaudioplayer avfoundationI want the user to be able to open the app and have music start playing. I want the user …
ios swift audio avfoundation avaudioplayerI'm having an issue using AVAudioPlayer where I want to reset a player if it's currently playing and have it …
iphone audio core-audio avaudioplayerI am developing an iOS app wherein I should be able to record a sound, save it to the filesystem …
iphone avaudioplayer avaudiorecorderI have a performance-intensive iPhone game I would like to add sounds to. There seem to be about three main …
iphone performance audio avaudioplayer finchI am creating an own application for android that generates playlists. Application creates .m3u files in UTF-8 encoding format. …
android media-player storage avaudioplayer m3uHow do i pass the song info such as song name and track duration to control center. Player plays music …
ios objective-c avaudioplayer avaudiosession control-centerI have tried many methods to implement a regular UISlider and control the device volume, but it's all Native-C functions …
iphone avaudioplayer audio-streaming