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
- A shared “processor handle” to
RunningRMSProcessor
- An
AudioProcessor
which slides a window & calculates a running Squared sum of the input.