pub struct RunningRMSProcessorHandle { /* private fields */ }
Expand description
A shared “processor handle” to RunningRMSProcessor
Implementations§
source§impl RunningRMSProcessorHandle
impl RunningRMSProcessorHandle
sourcepub fn calculate_rms(&self, channel: usize) -> f32
pub fn calculate_rms(&self, channel: usize) -> f32
Calculate the RMS of the current window based on its running sum and size