1 unstable release
0.1.0 | Jul 12, 2019 |
---|
#966 in Audio
476 downloads per month
Used in samplerate-rs
27MB
368K
SLoC
rust-libsamplerate
libsamplerate
is a pure C2Rust-transpiled version of
libsamplerate. This should be a drop-in replacement to libsamplerate-sys.
#[no_std]
The project should be relatively simple to port to no_std. If you require that feature, please start an issue.
lib.rs
:
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.