stjahns / rust-sndfile

Libsndfile bindings and wrappers for Rust

Home Page:http://jeremyletang.github.io/rust-sndfile/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Libsndfile bindings and wrappers for Rust

http://jeremyletang.github.io/rust-sndfile/

License:MIT License


Languages

Language:Rust 96.4%Language:Makefile 3.6%