pulseaudio-equalizer-ladspa / equalizer

Pulseaudio LADSPA Equalizer
GNU General Public License v3.0
135 stars 15 forks source link

bash+python: fix support for env var #33

Closed glitsj16 closed 5 years ago

glitsj16 commented 5 years ago

Due to misleading PulseAudio documentation, the needed env var is in fact PULSE_CONFIG_PATH instead of PULSE_CONFIG (found via excellent overview PulseAudio under the hood). Tested and confirmed to be working as expected now.

This fixes https://github.com/pulseaudio-equalizer-ladspa/equalizer/issues/28, as with this env var support dotfiles users can handle things on their own.