pub struct ComplexDomainOnset {
pub threshold: f32,
pub fft_size: usize,
pub hop_size: usize,
}Expand description
Complex-domain onset detector (phase deviation method).
Fields§
§threshold: f32§fft_size: usize§hop_size: usizeImplementations§
Auto Trait Implementations§
impl Freeze for ComplexDomainOnset
impl RefUnwindSafe for ComplexDomainOnset
impl Send for ComplexDomainOnset
impl Sync for ComplexDomainOnset
impl Unpin for ComplexDomainOnset
impl UnsafeUnpin for ComplexDomainOnset
impl UnwindSafe for ComplexDomainOnset
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