rocoder 0.4.0

A live-codeable phase vocoder
Documentation
#[macro_use]
extern crate log;

mod test_utils;

pub mod audio;
pub mod audio_files;
pub mod cpal_utils;
pub mod crossfade;
pub mod duration_parser;
pub mod fft;
pub mod hotswapper;
pub mod math;
pub mod mixer;
pub mod player_processor;
pub mod power;
pub mod recorder;
pub mod recorder_processor;
pub mod resampler;
pub mod runtime_setup;
pub mod signal_flow;
pub mod slices;
pub mod stretcher;
pub mod stretcher_processor;
pub mod windows;