libsoxr-sys 0.1.0

Rust raw FFI bindings for libsoxr (resampling library for sounds)
1
2
3
4
5
6
7
8
9
10
11
12
# libsoxr-sys

Rust raw FFI bindings for [libsoxr](https://sourceforge.net/projects/soxr/) which is a "High quality, one-dimensional sample-rate conversion library".

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

To avoid too long build times, the finished binding is committed into this repository.
If you need to regenerate it, run `regenerate_bindings.sh` (and have `bindgen` set up when you do so).

# thanks

Inspiration for the setup of this crate comes from [alsa-sys](https://github.com/diwic/alsa-sys)