pulseaudio-equalizer-ladspa / equalizer

Pulseaudio LADSPA Equalizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pulseaudio-equalizer-ladspa

A LADSPA based multiband equalizer approach for getting better sound out of pulseaudio. This equalizer clearly is more potent than the (deprecated ?), optional one from Pulseaudio.

Equalizer Preview

(this screenshot was taken with the materia theme enabled, it might look different on your system)

Dependencies

Build & Install

meson build
cd build
ninja
(sudo) ninja install

Meson options

Meson options can be set during initial configuration e.g. meson build -Doptionname=value or within the build folder with meson configure -Doptionname=value.

python
Per default the build system will use the same python installation as meson does. Set this if you want to use a specific version or binary. See http://mesonbuild.com/Python-module.html#find_installation for valid names or paths.
purelib
Meson defaults to install python modules to the purelib folder but some distributions e.g. Debian and derivatives do not set it correctly. In that case it needs to be manually set to the correct path relative to the prefix e.g. -Dpurelib=lib/python3.6/dist-packages for Ubuntu 18.10

Original Sources

Original Project: https://code.launchpad.net/~psyke83/+junk/pulseaudio-equalizer

Some of the presets: https://github.com/jjo/config/tree/master/.pulse

About

Pulseaudio LADSPA Equalizer

License:GNU General Public License v3.0


Languages

Language:Shell 56.6%Language:Python 36.4%Language:Meson 7.0%