falconindy / ponymix

CLI volume control for PulseAudio
MIT License
177 stars 27 forks source link

ponymix does not see / cannot control bluetooth output #38

Closed blueyed closed 8 years ago

blueyed commented 9 years ago

After I've connected to my bluetooth box, I've seen that ponymix does not appear to handle it:

% ponymix
sink 0: alsa_output.pci-0000_00_1b.0.analog-stereo
  Built-in Audio Analog Stereo
  Avg. Volume: 50%
source 2: upnp.monitor
  Monitor of DLNA/UPnP Streaming
  Avg. Volume: 100%

% pactl list
…
Card #2
  Name: bluez_card.00_0C_8A_43_8D_F2
  Driver: module-bluez4-device.c
  Owner Module: 30
  Properties:
…

% ponymix list-cards
card 0: alsa_card.pci-0000_00_1b.0
  Driver: module-alsa-card.c
  Active Profile: output:analog-stereo+input:analog-stereo
card 2: bluez_card.00_0C_8A_43_8D_F2
  Driver: module-bluez4-device.c
  Active Profile: a2dp

I've tried ponymix -c bluez_card.00_0C_8A_43_8D_F2 decrease 10 or ponymix -c 2 etc.

What I am basically looking for is a command to increase/decrease and access the volume of the current sink.

blueyed commented 8 years ago

Seems to be invalid: you are supposed to use -d, which works.