Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 891 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 891 Bytes

EBU R128 Audio Compressor LV2 Plugin

Plugin to perform (dynamic range compression)[https://en.wikipedia.org/wiki/Dynamic_range_compression] on digital audio signals, realized as LV2 plugin.

Use an LV2 plugin host like Carla as a plugin host and (optionally) an oscilloscope plugin (like the x42 Oscilloscpe) for testing.

Building

This is rough around the edges:

  • make sure you have the Rust toolchain (-> Rustup.rs)
  • get this source and run ./build.sh (this will run cargo and copy stuff to your ~/.lv2 directory). Note that on Windows, you'll need a MinGW shell to run this; the easiest (and tested) way is to install Git for Windows and start the 'Git Bash' - then run ./build.sh from there.

Batteries not included.