pub struct HfcOnset {
pub threshold: f32,
pub fft_size: usize,
pub hop_size: usize,
}Expand description
High-Frequency Content onset detector.
Fields§
§threshold: f32§fft_size: usize§hop_size: usizeImplementations§
Auto Trait Implementations§
impl Freeze for HfcOnset
impl RefUnwindSafe for HfcOnset
impl Send for HfcOnset
impl Sync for HfcOnset
impl Unpin for HfcOnset
impl UnsafeUnpin for HfcOnset
impl UnwindSafe for HfcOnset
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