audio-processor-time 1.5.0

Time based effects processors: delay/reverb
Documentation
# audio-processor-time

[![crates.io](https://img.shields.io/crates/v/audio-processor-time.svg)](https://crates.io/crates/audio-processor-time)
[![docs.rs](https://docs.rs/audio-processor-time/badge.svg)](https://docs.rs/audio-processor-time/)
- - -
Time-based effects.

Contains a mono delay processor implementation and a version of "FreeVerb".

Also WIP implementations of a chorus processor and a modulated diffused reverb.

## References
* FreeVerb - https://ccrma.stanford.edu/~jos/pasp/Freeverb.html
* "Let's Write a Reverb - Geraint Luff - ADC21" - https://www.youtube.com/watch?v=6ZK2Goiyotk
* "Audio Effects: Theory, Implementation and Application" - https://www.amazon.com/Audio-Effects-Theory-Implementation-Application/dp/1466560282

License: MIT