pub enum FrequencyWeighting {
ItuRBs1770K,
Flat,
}Expand description
Frequency weighting applied before gated loudness integration.
Variants§
ItuRBs1770K
Two-stage ITU-R BS.1770 K-weighting (shelf plus RLB high-pass).
Flat
No weighting, retained for calibration and controlled comparisons.
Trait Implementations§
Source§impl Clone for FrequencyWeighting
impl Clone for FrequencyWeighting
Source§fn clone(&self) -> FrequencyWeighting
fn clone(&self) -> FrequencyWeighting
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FrequencyWeighting
Source§impl Debug for FrequencyWeighting
impl Debug for FrequencyWeighting
impl Eq for FrequencyWeighting
Source§impl PartialEq for FrequencyWeighting
impl PartialEq for FrequencyWeighting
impl StructuralPartialEq for FrequencyWeighting
Auto Trait Implementations§
impl Freeze for FrequencyWeighting
impl RefUnwindSafe for FrequencyWeighting
impl Send for FrequencyWeighting
impl Sync for FrequencyWeighting
impl Unpin for FrequencyWeighting
impl UnsafeUnpin for FrequencyWeighting
impl UnwindSafe for FrequencyWeighting
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