Expand description
The conv
module provides methods to convert samples between different sample types (formats).
Modules§
- dither
- The
dither
module provides methods to apply a dither to a sample.
Traits§
- Convertible
Sample - From
Sample FromSample
implements a conversion fromSample
typeF
toSelf
.- Into
Sample IntoSample
implements a conversion fromSelf
toSample
typeT
.- Reversible
Sample ReversibleSample
is a trait that when implemented forSelf
, thatSample
type implements reversible conversions betweenSelf
and the parameterizedSample
typeS
.