LADSPA stereo brickwall true-peak limiter with inter-sample peak (ISP) detection.
https://github.com/simdott/True-Peak_Limiter
- Open a terminal in the plugin's folder
- Run
make - Run
sudo make install
- Open a terminal in the plugin's folder
- Run
sudo make uninstall
- Stereo processing with linked gain reduction
- Fixed look-ahead delay (1.46 ms at 48 kHz, scales with sample rate)
- ISP (inter-sample peak) detection via 4x cubic interpolation
- Adjustable threshold (-12 dB to 0 dB, default 0 dB)
- Adjustable release (10 ms to 200 ms, default 100 ms)
- Automatic latency compensation in compatible hosts (Ardour, Renoise, etc.)
- Input Gain: 0 dB to 18 dB
- Threshold: -12 dB to 0 dB (default -1.2 dB)
- Release: 10 ms to 200 ms (default 100 ms)
- v1.0.0 - Initial release (2026-06-22)
GPL-2.0-or-later
Simon Delaruotte (simdott)