27acce3237
It's not needed anymore and the behavior is confusing. This was added to prevent upwards compression and gain increases on DC values from blowing up. But we no longer do upwards compression on DC bins anyways. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
COPYING | ||
README.md |
Spectral Compressor
Have you ever wondered what a 16384 band OTT would sound like? Neither have I. Spectral Compressor can squash anything into pink noise, apply simultaneous upwards and downwards compressor to dynamically match the sidechain signal's spectrum and morph one sound into another, and lots more.
This is a port of https://github.com/robbert-vdh/spectral-compressor with more features and much better performance.
Download
You can download the development binaries for Linux, Windows and macOS from the automated builds page. Or if you're not signed in on GitHub, then you can also find the latest nightly build here.
On macOS you may need to disable Gatekeeper as Apple has recently made it more difficult to run unsigned code on macOS.
Building
After installing Rust, you can compile Spectral Compressor as follows:
cargo xtask bundle spectral_compressor --release