pub struct RunningRMSProcessorHandle { /* private fields */ }
Expand description
A shared “processor handle” to RunningRMSProcessor
Implementations
sourceimpl 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
Auto Trait Implementations
impl RefUnwindSafe for RunningRMSProcessorHandle
impl Send for RunningRMSProcessorHandle
impl Sync for RunningRMSProcessorHandle
impl Unpin for RunningRMSProcessorHandle
impl UnwindSafe for RunningRMSProcessorHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more