[][src]Struct yin::Yin

pub struct Yin { /* fields omitted */ }

Implementations

impl Yin[src]

pub fn init(
    threshold: f64,
    freq_min: f64,
    freq_max: f64,
    sample_rate: usize
) -> Yin
[src]

pub fn estimate_freq(&self, audio_sample: &[f64]) -> f64[src]

Trait Implementations

impl Clone for Yin[src]

impl Debug for Yin[src]

Auto Trait Implementations

impl RefUnwindSafe for Yin

impl Send for Yin

impl Sync for Yin

impl Unpin for Yin

impl UnwindSafe for Yin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.