libsamplerate-sys

Crates.iolibsamplerate-sys
lib.rslibsamplerate-sys
version0.1.12
sourcesrc
created_at2018-10-27 20:28:22.779033
updated_at2022-05-10 17:05:18.118141
descriptionFFI bindings for libsamplerate
homepage
repositoryhttps://github.com/Prior99/libsamplerate-sys
max_upload_size
id92980
size10,028,148
Frederick Gnodtke (Prior99)

documentation

README

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
Commit count: 79

cargo fmt