2

Is there a way to control volume of a remote system via ssh? we have a media center server and we want to remotely control the volume.

Jorge Castro
  • 73,907
Jon Doe
  • 11,797

2 Answers2

8

Thought it's not a command per-se, alsamixer is great for this kind of thing. It's part of the alsa-utils package

alt text

Zanna
  • 72,471
Jorge Castro
  • 73,907
1

You can also write a bash script using pacmd utility of PulseAudio sound system.

I have found an example script for you: pulsevol.sh

Qwerty
  • 191