Struct dsp::signal::ClipAmp [] [src]

pub struct ClipAmp<S> where
    S: Signal,
    <S as Iterator>::Item: Frame
{ /* fields omitted */ }

Clips samples in each frame yielded by signal to the given threshhold amplitude.

Trait Implementations

impl<S> Clone for ClipAmp<S> where
    S: Clone + Signal,
    <S as Iterator>::Item: Frame,
    <S as Iterator>::Item: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S> Iterator for ClipAmp<S> where
    S: Signal,
    <S as Iterator>::Item: Frame
[src]