13 releases
Uses old Rust 2015
0.1.12 | May 10, 2022 |
---|---|
0.1.11 | May 10, 2022 |
0.1.10 | Jan 14, 2021 |
0.1.9 | Nov 19, 2020 |
0.1.3 | Oct 29, 2018 |
#849 in Audio
29,699 downloads per month
Used in 6 crates
(via samplerate)
4MB
2K
SLoC
libsamplerate-sys
Rust bindings for libsamplerate.
Will build libsamplerate from source. Don't forget to initialize git submodules (git submodule update --init
) or clone with --recursive
.
To conform with the -sys
naming scheme, this project does not provide any higher level API.
The bindings have been auto-generated with bindgen:
bindgen wrapper.h --no-layout-tests -o src/bindings.rs