marioortizmanero / polybar-pulseaudio-control

A feature-full Polybar module to control PulseAudio
MIT License
478 stars 49 forks source link

Small issue and easyeffects #62

Closed GreenFishy closed 2 years ago

GreenFishy commented 2 years ago

Hi! I have a small issue where, I run pactl I receive this: ppc (I checked to see if there was a difference when I had headphones plugged in and the result was the same. i.e pactl list sinks | grep Name from issue #61 the listed sinks remain the same output) I have tried changing the --sink-name to either one to see if it change anything but nothings working at this point and I have 0 experience with pulse/pipewire/easyeffects any sound related thing. ppc2

system: endeavouros i3wm any help is appreciated thanks!

marioortizmanero commented 2 years ago

You probably have to consider the port. Do pactl list sinks without the grep and see what value Ports have. You can specify them in this script with name/port. On my machine:

    Ports:
        analog-output-speaker: Speakers (type: Speaker, priority: 10000, availability group: Legacy 3, availability unknown)
        analog-output-headphones: Headphones (type: Headphones, priority: 9900, availability group: Legacy 2, not available)
    Active Port: analog-output-speaker
marioortizmanero commented 2 years ago

Closing this for now, let me know if didn't manage to fix it and I will reopen.