pub use crate::converter_type::*;
pub use crate::error::*;
pub use crate::samplerate::*;
Perform a simple samplerate conversion of a large chunk of audio. This calls src_simple of libsamplerate which is not suitable for streamed audio. Use the Samplerate struct instead for this.
src_simple
Samplerate
Returns the version of libsamplerate used by this crate as a string.
libsamplerate