Quick hack - Sound volume on Leapcast
Leapcast currently does let you change the sound volume with Pandora (see the
source
for CastPlatform
).
I did a quick/dirty hack to change the sound volume on my computer with the pactl
command.
That works only if you are running pulseaudio (tested only with Linux for now).
This commit let you change the sound volume (if you are running pulseaudio).
You may have to set the --pulse
argument to make it work. Run pacmd list
to find your
running pulseaudio server.
You can provide the index (an integer) or the name of the server (like
alsa_output.pci-0000_00_1b.0.analog-stereo
).