| Crates.io | libsoxr-sys |
| lib.rs | libsoxr-sys |
| version | 0.1.4 |
| created_at | 2020-12-24 15:39:04.782669+00 |
| updated_at | 2023-04-12 13:18:31.572801+00 |
| description | Rust raw FFI bindings for libsoxr (resampling library for sounds) |
| homepage | |
| repository | https://github.com/lrbalt/libsoxr-sys |
| max_upload_size | |
| id | 326911 |
| size | 17,290 |
Rust raw FFI bindings for libsoxr 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).
The documentation for this library can be found in the original C header file soxr.h of libsoxr.
Inspiration for the setup of this crate comes from alsa-sys