pulseaudio-equalizer-ladspa / equalizer

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

How to install for FreeBSD? #68

Closed rajhlinux closed 1 year ago

rajhlinux commented 1 year ago

EDIT:

I got it working perfectly on FreeBSD 13.1. Finally a proper EQ for system wide sound on FreeBSD.

All I had to do is install the usual dependencies, compile and make sure that default.pa is placed at ~/.config/pulse/ with the following texts nano into it:

load-module module-equalizer-sink
load-module module-dbus-protocol

Oddly it is using FreeBSD's OSS server rather than PulseAudio... works for me :)