Expand description
A library for sample rate conversion of audio.
Structs§
- Error
- The error type used by the crate.
- Processed
- A type representing the result of a samplerate conversion.
- Resampler
- A samplerate converter.
Enums§
- Error
Kind - A type specifying a general category of sample rate conversion error.
- Resample
Type - The resampler type used to distinguish the interpolation function
used by
libsamplerate.
Functions§
- convert
- Perform a simple samplerate conversion of a large chunk of audio.