pub struct PeakNormalizer { /* private fields */ }Expand description
One signal’s running peak, and the normalized reading it produces.
Instant attack, exponential release, floored. Kept a struct rather than a closure so the 64-band variant can share the step exactly.
Implementations§
Auto Trait Implementations§
impl Freeze for PeakNormalizer
impl RefUnwindSafe for PeakNormalizer
impl Send for PeakNormalizer
impl Sync for PeakNormalizer
impl Unpin for PeakNormalizer
impl UnsafeUnpin for PeakNormalizer
impl UnwindSafe for PeakNormalizer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more