Module sampara::sample[][src]

Re-exports

pub use conv::ConvertFrom;
pub use conv::ConvertInto;
pub use conv::Duplex;

Modules

conv

Pure functions and traits for converting between sample types.

Traits

FloatSample

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

Sample

A trait for working generically across different sample format types, both in terms of representation (integral versus floating-point) and bitsize.

SignedSample

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

Sqrt