Crate sampletypes

Source

Re-exports§

pub use mod_i24::*;
pub use mod_u24::*;

Modules§

mod_i24
mod_u24

Traits§

Numeric
Basic numeric trait can do +, -, *, /, +=, -=, *=, /=
SampleFrom
The SampleFrom as a utility for SampleType to use the overloading to() method.
SampleType
The SampleType for audio processing.The to_*() methods are for scaling the sample to the another format.The as_*() methods are for casting the sample to the another format.
SampleTypeInteger
Integers can do &, |, ^
SampleTypeIntegerSigned