blip_buf 0.1.6

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://github.com/mvdnes/blip_buf-rs/workflows/Rust/badge.svg)
[![Crates.io version](https://img.shields.io/crates/v/blip_buf.svg)](https://crates.io/crates/blip_buf)

[Documentation](https://docs.rs/blip_buf/latest/blip_buf/)

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"
```