Questions tagged [volume]

1) Volume, or loudness Loudness is the characteristic of a sound. 2) Volume of an object or amount of space occupied by that object.

Volume, or loudness is the characteristic of a sound that is primarily a psychological correlate of physical strength (amplitude). More formally, it is defined as "that attribute of auditory sensation in terms of which sounds can be ordered on a scale extending from quiet to loud".

Volume of an object is a measure of the amount of space occupied by that object, not to be confused with mass. The volume of a mountain is much larger than the volume of a rock, for instance.
The word volume implies a three-dimensional context where, by convention:

  • the length is the longest distance between the object's extremities
  • the width (or breadth) refers to the size of the object in a direction perpendicular to its length
  • the height (or depth) stands for the size of that object in the direction perpendicular to both the length and the width.

For objects at or near the Earth's surface, height or depth often refers to the dimension of the object along the local vertical. All physical objects occupy a volume, even if some are so thin that they appear to be two-dimensional, like a sheet of paper.

Questions tagged with the : 1) Programmatically control applications' volume in different programming languages and environments. 2) Expressed measure of the amount of space occupied by an object…

Additional information:

1865 questions
167
votes
4 answers

What is the purpose of VOLUME in Dockerfile

I'm trying to go deeper in my understanding of Docker's volume, and I'm having an hard time to figure out the differences / use-case of: The docker volume create command The docker run -v /path:/host_path The VOLUME entry in the Dockerfile…
radium226
  • 1,993
  • 2
  • 12
  • 10
118
votes
20 answers

EC2 Can't resize volume after increasing size

I have followed the steps for resizing an EC2 volume Stopped the instance Took a snapshot of the current volume Created a new volume out of the previous snapshot with a bigger size in the same region Deattached the old volume from the…
Wilman Arambillete
  • 1,411
  • 2
  • 11
  • 12
79
votes
4 answers

How to calculate the volume of a 3D mesh object the surface of which is made up triangles

I want to calculate the volume of a 3D mesh object having a surface made up triangles.
Can Sari
64
votes
11 answers

Android: MediaPlayer setVolume function

about the params Set what to make the player no sound and full sound Thanks
Qing
  • 3,029
  • 7
  • 25
  • 31
60
votes
10 answers

How to get audio volume level, and volume changed notifications on iOS?

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 I want to disable it when the device's audio volume is zero. (And subsequently reenable…
MacLemon
  • 701
  • 1
  • 6
  • 6
57
votes
9 answers

Is there a broadcast action for volume changes?

I'm programming a small widget that needs to be updated whenever the user changes the ringer volume or the vibrate settings. Capturing android.media.VIBRATE_SETTING_CHANGED works just fine for the vibrate settings, but I haven't found any way of…
luthier
  • 2,674
  • 4
  • 32
  • 35
53
votes
8 answers

How do you get/set media volume (not ringtone volume) in Android?

Is there a way to get/set media volume? I have tried the following: AudioManager audio = (AudioManager) getSystemService(Context.AUDIO_SERVICE); int currentVolume = audio.getStreamVolume(AudioManager.STREAM_RING); but it returns the ringtone…
Buda Gavril
  • 21,409
  • 40
  • 127
  • 196
53
votes
14 answers

Listen to volume buttons in background service?

I know how to listen to volume buttons in an activity. But can I do that in a background service? If yes, how to do that?
user942821
51
votes
12 answers

AVAudioPlayer fade volume out

I have an AVAudioPlayer playing some audio (duh!) The audio is initiated when the user presses a button. When they release it I want the audio to fade out. I am using Interface builder...so I am trying to hook up a function on "touch up inside" that…
Jonathan
50
votes
1 answer

Docker mount to folder overriding content

I have a .net Core web Api having configurations files under a folder called Config. I created the image and a container from it, and I correctly see using the terminal, that the container contains the folder and the configuration files inside. My…
Norcino
  • 5,850
  • 6
  • 25
  • 42
49
votes
8 answers

Get System Volume iOS

My case is simple: I need to play a warning signal and want to make sure the user will hear it, so I want to check the system volume. How can I find out what the current system volume is?
42
votes
8 answers

iOS 7: MPMusicPlayerController volume deprecated. How to change device volume now?

MPMusicPlayerController setVolume is deprecated since iOS 7 Is there any other way to change system music volume? Preferably without user interaction. Its important feature: to increase volume automatically for any alarm clock from AppStore.
Maxim Kholyavkin
  • 4,463
  • 2
  • 37
  • 82
42
votes
7 answers

Using SeekBar to Control Volume in android?

How can I accurately change the volume of my app using a seekbar without controlling the volume by the volume buttons on my android device? I have seperate function on the Volume keys on my android that's why I want to use a seekbar to control the…
Niel Prince
  • 475
  • 1
  • 5
  • 9
38
votes
5 answers

HTML5

I'd like to start and stop HTML5 playback in a random position with fade in and fade out periods to smooth the listening experience. What kind of mechanisms exists for this? Manually ramp up the volume with setTimeout()?
Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435
36
votes
3 answers

Where is kube-apiserver located

Base question: When I try to use kube-apiserver on my master node, I get command not found error. How I can install/configure kube-apiserver? Any link to example will help. $ kube-apiserver --enable-admission-plugins DefaultStorageClass -bash:…
raj_arni
  • 959
  • 2
  • 15
  • 29
1
2 3
99 100