Crate sample [] [src]

sample

A crate for simplifying generic audio sample processing. Use the Sample trait to remain generic across any audio bit-depth.

Traits

Sample

A trait for working generically across different sample types.

Type Definitions

Amplitude

Represents a Wave amplitude between 0.0 and 1.0.

Wave

Represents a sample from a Wave between -1.0 and 1.0.