libsoxr 0.2.1

Wrapper for libsoxr (resampling library for sounds)
docs.rs failed to build libsoxr-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: libsoxr-0.2.9

libsoxr-rs

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

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

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