Struct dsp::signal::ScaleAmp
[−]
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.
Trait Implementations
impl<S> Clone for ScaleAmp<S> where S: Clone + Signal, S::Item: Frame, S::Item: Clone
fn clone(&self) -> ScaleAmp<S>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more