Implement the sidechain compression mode

This commit is contained in:
Robbert van der Helm
2022-07-25 16:35:34 +02:00
parent 29ebfbeef1
commit f7201a0f58
3 changed files with 111 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
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 a lot more.
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.