5 releases
0.1.4 | Apr 12, 2023 |
---|---|
0.1.3 | Feb 1, 2022 |
0.1.2 | Jan 5, 2021 |
0.1.1 | Dec 24, 2020 |
0.1.0 | Dec 24, 2020 |
#959 in Audio
399 downloads per month
Used in 5 crates
(2 directly)
18KB
477 lines
libsoxr-sys
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).
Documentation
The documentation for this library can be found in the original C header file soxr.h
of libsoxr.
Thanks
Inspiration for the setup of this crate comes from alsa-sys
lib.rs
:
libsoxr-sys
This crate is generated from libsoxr using bindgen.
The documentation for this library can be found in the original C header
file soxr.h
of libsoxr.