Trait sampara::sample::SignedSample[][src]

pub trait SignedSample: Sample<Signed = Self> + Signed { }

Integral and floating-point Sample types whose equilibrium is at 0.

Samples often need to be converted to some mutual SignedSample type for addition.

Implementations on Foreign Types

impl SignedSample for i8[src]

impl SignedSample for i16[src]

impl SignedSample for i32[src]

impl SignedSample for i64[src]

impl SignedSample for f32[src]

impl SignedSample for f64[src]

Loading content...

Implementors

Loading content...