Some iPhone applications, such as Pandora seem to directly manipulate the hardware volume and respond to physical volume button. How is this done?
AudioSessionServices allows you to get the current hardware output ...
Is there a way I can get the current system volume level on the iPhone?
I'm thinking maybe there's a way to make an MPVolumeView and get the value from that.
I am trying to make a simple volume meter for the iPhone. I want the volume displayed in dB. When using this turorial, I am only getting measurements up ...
I am using the SystemSound's framework to play sounds in my application. For devices with IOS3 it is working correctly. But recently I've updated the operating system to IOS4
and I am ...
Is there a favored audio level that one should equalize their audio assets for playback on an iOS device? Twenty, 50% or 66% of max volume?
We're building a ...
I'm writing a very simple application that plays a sound when pressing a button. Since that button does not make a lot of sense when the device is set to silence ...
HI,
I am doing an iphone application that works with audio files. Application also contains an audio converter, so I can potentially have a file of any audio format in my /Documents ...
I am creating an application that uses two songs: one from a local file and one from the user's iPod library. I would like to create a software mixing tool, meaning ...
I am using AVPlayer for playing song from iPod Library. There are very limited methods in AVPlayer compare to AVAudioPlayer.
When I play song using AVPlayer in iPhone, the actual sound is ...
I've been working with iOS audio for a while now and have developed a system where apps that are mostly silent but occasionally produce sound can take advantage of the side ...