Skip to main content

Crate resample

Crate resample 

Source
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§

ErrorKind
A type specifying a general category of sample rate conversion error.
ResampleType
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.