Trait sampara::sample::FloatSample[][src]

pub trait FloatSample: Sample<Signed = Self, Float = Self> + SignedSample + Duplex<f32> + Duplex<f64> + Float { }

Floating-point Sample types, represented as values in the interval [-1.0, 1.0).

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

Implementations on Foreign Types

impl FloatSample for f32[src]

impl FloatSample for f64[src]

Loading content...

Implementors

Loading content...