1
0
Fork 0
nih-plug/plugins/spectral_compressor
Robbert van der Helm 144fafbed6 Swap log2 in Spectral Compressor out for ln
The ln() implementation is usually faster, and there's no reason to
prefer a specific base.
2023-03-21 22:56:49 +01:00
..
src Swap log2 in Spectral Compressor out for ln 2023-03-21 22:56:49 +01:00
Cargo.toml Add the data needed for the analyzer to Data 2023-03-20 14:57:25 +01:00
CHANGELOG.md Document the addition of an analyzer in SC 2023-03-21 18:13:09 +01:00
COPYING Add boilerplate for a Spectral Compressor port 2022-07-24 15:15:47 +02:00
README.md Update macOS instructions in plugin readmes 2022-10-09 21:35:25 +02:00

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