Trait sample::FloatSample [] [src]

pub trait FloatSample: SignedSample + Mul<Output=Self> + Div<Output=Self> { }

Sample format types represented as floating point numbers.

Samples often need to be converted to some mutual FloatSample type for signal scaling and modulation.

Implementors