Skip to content

Dynamics Processor (Gate, Compressor & Limiter) for the Teensy Audio Library

Notifications You must be signed in to change notification settings

newdigate/AudioEffectDynamics

 
 

Repository files navigation

AudioEffectDynamics

Dynamics Processor (Gate, Compressor & Limiter) for the Teensy Audio Library

  • removes theoretical divide by zero when rms == 0 (sqrt_uint32(0) will divide by zero, thou it doesnt seem to cause any issues)
  • uses running rms calculation and applies gain per sample instead of rms calculation per audio block and applying a constant gain to entire audio buffer
  • adds some build stuff

About

Dynamics Processor (Gate, Compressor & Limiter) for the Teensy Audio Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 71.6%
  • CMake 18.4%
  • C 8.4%
  • Shell 1.6%