# libsoxr-rs This library is a thin wrapper for [libsoxr](https://sourceforge.net/projects/soxr/) which is a "High quality, one-dimensional sample-rate conversion library". [![crates.io](https://img.shields.io/crates/v/libsoxr.svg)](https://crates.io/crates/libsoxr) [![API documentation](https://docs.rs/libsoxr/badge.svg)](https://docs.rs/libsoxr) [![license](https://img.shields.io/crates/l/libsoxr.svg)](https://crates.io/crates/libsoxr) For direct access to the native libsoxr functions, you can use the [libsoxr-sys](https://github.com/lrbalt/libsoxr-sys) crate. The documentation including examples can be found [here](https://docs.rs/libsoxr). This wrapper library is licensed the same as libsoxr itself: LGPLv2.