Top "Volume" questions

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

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_…

android get media volume android-audiomanager
Android: MediaPlayer setVolume function

about the params Set what to make the player no sound and full sound Thanks

android audio media-player volume
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 …

amazon-ec2 centos volume image-resizing snapshot
How to deactivate a LVM2 physical volume to remove the drive?

How can I shut down/"unmount" a Linux lvm2 physical volume? I plugged an external had drive to my computer. …

linux volume lvm
How to set a path on host for a named volume in docker-compose.yml

Example below creates dbdata named volume and references it inside db service: version: '2' services: db: image: mysql volumes: …

docker docker-compose volume
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? …

android volume listen
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 …

ios iphone audio ios4 volume
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.

math geometry volume
How do I reproduce this heart-shaped mesh in MATLAB?

I want to plot a heart shape wireframe as shown in the following image (source): I have tried to make …

matlab 3d volume wireframe
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 …

android volume seekbar android-audiomanager