Trait symphonia_core::conv::dither::Dither
source · pub trait Dither<F: Sample, T: Sample> {
// Required method
fn dither(&mut self, sample: F) -> F;
}
Expand description
Dither
is a trait for implementing dithering algorithms.