https://github.com/prior99/libsamplerate-sys
Rust bindings to libsamplerate.
https://github.com/prior99/libsamplerate-sys
Last synced: over 1 year ago
JSON representation
Rust bindings to libsamplerate.
- Host: GitHub
- URL: https://github.com/prior99/libsamplerate-sys
- Owner: Prior99
- License: bsd-2-clause
- Created: 2018-10-26T23:27:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T17:05:09.000Z (about 4 years ago)
- Last Synced: 2024-04-25T18:01:54.974Z (about 2 years ago)
- Language: Rust
- Size: 45.9 KB
- Stars: 5
- Watchers: 4
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libsamplerate-sys
Rust bindings for [libsamplerate](http://www.mega-nerd.com/SRC/api.html).
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](https://crates.io/crates/bindgen):
bindgen wrapper.h --no-layout-tests -o src/bindings.rs