Add boilerplate for Safety Limiter

This commit is contained in:
Robbert van der Helm
2022-05-24 23:57:11 +02:00
parent 1f0094c920
commit a3fc65e91c
8 changed files with 848 additions and 0 deletions

View File

@@ -55,6 +55,12 @@ Scroll down for more information on the plugin framework.
pitches the signal down an octave, but it also has the side effect of causing
things to sound like a cracking voice or to make them sound slightly out of
tune.
- [**Safety Limiter**](plugins/safety_limiter) is a simple tool to prevent ear
damage. As soon as there is a peak above 0 dBFS or the specified threshold,
the plugin will cut over to playing SOS in Morse code, gradually fading out
again when the input returns back to safe levels. Made for personal use during
plugin development and intense sound design sessions, but maybe you'll find it
useful too!
## Framework