pulseaudio-equalizer-ladspa / equalizer

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

Sound clipping. #57

Open somewhatfrog opened 3 years ago

somewhatfrog commented 3 years ago

Enabling EQ even with "Flat" preset introduce sound clipping at any volume. I think that happens because by default ladspa_output.mbeq_1197.mbeq sink runs as float32le, while all my sound interfaces are s16le max. Settings in /etc/pulse/daemon.conf have no effect on it.

Is there a way to change that? I have no clipping without EQ at all.

Ubuntu 20.04 Thanks.