lrbalt / libsoxr-rs

Rust wrapper for libsoxr (resampling library for sounds)
Other
8 stars 2 forks source link
libsoxr libsoxr-rs rust

libsoxr-rs

This library is a thin wrapper for libsoxr which is a "High quality, one-dimensional sample-rate conversion library".

crates.io API documentation license

For direct access to the native libsoxr functions, you can use the libsoxr-sys crate. The documentation including examples can be found here.

This wrapper library is licensed the same as libsoxr itself: LGPLv2.