devela::_dep::symphonia::core

Module conv

Available on crate feature dep_symphonia only.
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 from Sample type F to Self.
  • IntoSample implements a conversion from Self to Sample type T.
  • ReversibleSample is a trait that when implemented for Self, that Sample type implements reversible conversions between Self and the parameterized Sample type S.