phase_vocoder 0.1.0

A basic phase vocoder for audio speed shifting
Documentation
# Phase vocoder

A phase vocoder is an algorithm for speeding up or slowing down audio without changing the pitch.
This crate implements a simple phase vocoder in [rust](http://rust-lang.org).

It appears to essentially work, but it is very immature. Use at your own risk.