Crate samplerate_rs

Source

Re-exports§

pub use crate::converter_type::*;
pub use crate::error::*;
pub use crate::samplerate::*;

Modules§

converter_type
error
samplerate

Functions§

convert
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.
version
Returns the version of libsamplerate used by this crate as a string.