Audio4Linux / JDSP4Linux

An audio effect processor for PipeWire and PulseAudio clients
GNU General Public License v3.0
874 stars 31 forks source link

Add psychoacoustic bass enhancer EEL program #194

Closed 44100hertz closed 2 weeks ago

44100hertz commented 2 months ago

All this does is low pass the source signal to split it into low and high parts, saturate the lower part of the signal, and then blend that with the high part.

This increases the perceived bass response of the device without increasing the actual bass level; a strategy commonly used in laptops, phones, and BT speakers.

Needs further testing and maybe enhancement, but I think it's a good example and fairly useful in its current state.