Expand description
The conv module provides methods to convert samples between different sample types (formats).
Modules§
- dither
- The
dithermodule provides methods to apply a dither to a sample.
Traits§
- Convertible
Sample - From
Sample FromSampleimplements a conversion fromSampletypeFtoSelf.- Into
Sample IntoSampleimplements a conversion fromSelftoSampletypeT.- Reversible
Sample ReversibleSampleis a trait that when implemented forSelf, thatSampletype implements reversible conversions betweenSelfand the parameterizedSampletypeS.