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
0
votes
0 answers

SoundPool and MediaPlayer set the same volume but sounds different

I'm playing a m4a format sound in my android device, I both use MediaPlayer and SoundPool and set volume to the same value, but sounds different! MediaPlayer mediaPlayer = new MediaPlayer(); mediaPlayer.setVolume(1, 1); ...start to…
Jared
  • 371
  • 1
  • 3
  • 4
0
votes
2 answers

Disable sound when volume keys clicked

In my application I override volume up and volume down keys. The problem is that when user click one of these two keys, sound is played. I want somehow to disable/mute this sound. Here is fragment of my code: @Override public boolean onKeyDown(int…
Da2da2
  • 57
  • 2
  • 3
  • 13
0
votes
2 answers

Having trouble setting up a persistent data volume for a Docker image

I've been looking into setting up a data volume for a Docker container that I'm running on my server. The container is from this FreePBX image https://hub.docker.com/r/jmar71n/freepbx/ Basically I want persistent data so I don't lose my VoIP…
user3608260
  • 143
  • 1
  • 1
  • 6
0
votes
1 answer

connect volume slider to player

Im running a player with howler.js and trying to connect a volume slider that i can't get to work. Any help appreciated This is what i have