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