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