Expand description

RMS implementation suitable for GUI reacting to magnitude of the signal. Accumulates values on a circular buffer, the consumer calculates the RMS value based on it.

Structs

An AudioProcessor which slides a window & calculates a running Squared sum of the input.
A shared “processor handle” to RunningRMSProcessor