Trait sample::window::Type [] [src]

pub trait Type {
    fn at_phase<S: Sample>(phase: S) -> S;
}

The window function used within a Window.

Required Methods

Returns the amplitude for the given phase, given as some Sample type.

Implementors