Top "Volume" questions

1) Volume, or loudness Loudness is the characteristic of a sound.

Detect iPhone Volume Button Up Press?

Is there a notification that I can listen to that will tell me when an iPhone's volume is turned up? …

iphone objective-c ios volume avsystemcontroller
get current system volume level on iPhone

Is there a way I can get the current system volume level on the iPhone? I'm thinking maybe there's a …

iphone audio volume
AudioServicesPlaySystemSound Volume?

I have this code: -(void)createAndPlaySoundID: (NSString*)name { NSString *path = [NSString stringWithFormat: @"%@/%@", [[NSBundle mainBundle] resourcePath], name]; NSURL* filePath = [NSURL …

iphone objective-c audio volume
How do I mount a Docker volume while using a Windows host?

Mounting a Docker volume while being under a Windows host, has been a huge pain for me, and I could …

windows docker containers volume boot2docker
How to implement a volume key shutter for iPhone?

I want to implement the same behavior with the native camera of iOS5: press the volume + button to take a …

iphone ios events volume
Android: Detect Do Not Disturb status?

I was just wondering if there's a way to check if an Android device (21+) is in Do Not Disturb mode? …

android settings android-5.0-lollipop volume
Running Windows native commands (e.g. VOL) from Cygwin

I have a CentOS box able to access a Windows box's Cygwin via ssh. I want to run ssh me@…

command-line command cygwin windows-server-2003 volume
How to get the volume of MP3 file?

I need to get the average volume of the mp3 file in dB. This must be that when listening to …

mp3 command volume
Mount docker host volume but overwrite with container's contents

Several articles have been extremely helpful in understanding Docker's volume and data management. These two in particular are excellent: http://…

image docker containers volume dockerfile
Docker 1.12 swarm mode and container volumes

I have several container that require state - I will only ever set the scale to 1, but I would like …

docker volume docker-swarm