/rust-sndfile

Libsndfile bindings and wrappers for Rust

Primary LanguageRustMIT LicenseMIT

rust-sndfile Build Status

Libsndfile bindings and wrappers for Rust.

Libsndfile is a library for reading and writing files containing sampled sound through one standard library interface.

website: libsndfile.

Installation

You must install libsndfile to build the binding. You can download it directly from the website, or with your favorite package management tool.

Then clone the rust-sndfile repository and build it with make.