Struct dsp::signal::ScaleAmp
[−]
[src]
pub struct ScaleAmp<S> where S: Signal, S::Item: Frame {
// some fields omitted
}
An Iterator
that scales the amplitude of the sample of each channel in every Frame
yielded
by self
by the given amplitude.