blip_buf 0.1.3

Blip_buf is a small waveform synthesis library meant for use in classic video game sound chip emulation. Bindings to blip_buf (https://code.google.com/p/blip-buf/)
Documentation
blip_buf-rs
===========

[![Build Status](https://travis-ci.org/mvdnes/blip_buf-rs.svg?branch=master)](https://travis-ci.org/mvdnes/blip_buf-rs)
[![Crates.io version](https://img.shields.io/crates/v/blip_buf.svg)](https://crates.io/crates/blip_buf)

[Documentation](http://mvdnes.github.io/rust-docs/blip_buf-rs/blip_buf/index.html)

Info
----

Rust bindings to [blip-buf]

[blip-buf]: https://code.google.com/p/blip-buf/

Usage
-----

Add the following to your Cargo.toml:

```toml
[dependencies]
blip_buf = "0.1"
```