Top "Avaudioplayer" questions

Apple’s AVFoundation framework includes AVAudioPlayer, an easy, feature rich, Objective-C based API for playing audio files.

AVAudioRecorder & AVAudioPlayer with iOS 7 not working properly

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 xcode5
How to record and play sound in iPhone app?

I tried using AVAudioSession and AVAudioPlayer to record and play sounds respectively but the sound volume is very low. I …

iphone ios4 avaudioplayer avaudiorecorder
AVAudioPlayer stop a sound and play it from the beginning

I used the AVAudioPlayer to play a 10 sec wav file and it works fine. Now I what to stop the …

cocoa-touch avaudioplayer avfoundation
Play background music in app?

I want the user to be able to open the app and have music start playing. I want the user …

ios swift audio avfoundation avaudioplayer
AVAudioPlayer resetting currently playing sound and playing it from beginning

I'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 avaudioplayer
Volume too low on iPhone when playing back the recorded file

I am developing an iOS app wherein I should be able to record a sound, save it to the filesystem …

iphone avaudioplayer avaudiorecorder
What do you use to play sound in iPhone games?

I have a performance-intensive iPhone game I would like to add sounds to. There seem to be about three main …

iphone performance audio avaudioplayer finch
Android doesn't see playlist (.m3u) file

I am creating an own application for android that generates playlists. Application creates .m3u files in UTF-8 encoding format. …

android media-player storage avaudioplayer m3u
how to show seek track duration on control center

How 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-center
How to customize MPVolumeView?

I 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