Crate libsamplerate

Source
Expand description

libsamplerate is a C2Rust-transpiled version of the original libsamplerate. Therefore, it’s a pure (albeit not necessarily memory-safe) Rust version of the library. No dealing with build hassles, no dealing with C.

The interface is nearly identical to libsamplerate-rust, and should be a drop-in replacement.

Re-exports§

pub use samplerate::SRC_DATA;
pub use samplerate::*;
pub use src_sinc::*;

Modules§

samplerate
src_linear
src_sinc
src_zoh