Module running_rms_processor

Source
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§

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

Type Aliases§

RunningRMSProcessor
RunningRMSProcessorHandle