Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 724 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 724 Bytes

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.