LEAF
LEAF copied to clipboard
Lightweight Embedded Audio Framework
This PR adds a minimal implementation of [Perry Cook's PhISEM model](https://www.jstor.org/stable/3681012?seq=6), a statistically-derived physical model for particle synthesis. **Issue: this implementation is not complete, as there is an issue with...
This is a really neat library and I'm hoping to use the pitch detector algorithm. The regular tPitchDetector seems to work as expected (though I did find the API a...
make examples for each object list objects and their inputs/functions (maybe this is part of moving to Doxygen) reorder objects within their files to put common ones first (neuron should...
Hello everyone! I'm interested in running your framework on my Blackpill board (STM32F411CEU6). I've noticed that I'm experiencing poor performance, and I'm wondering if I might be using your framework...
How does this differ from Soundpipe? https://github.com/SeesePlusPlus/soundpipe
AUDIO_BUFFER_SIZE is incorrectly mentioned as one of the parameters of LEAF_init.
Huge fan of this library. I just am a little confused about how to use the `tPeriodDetection` and `tDualPitchDetector` modules. `tPeriodDetection_init()` and `tDualPitchDetector_init()` both take in an input buffer and...
pull this in to update how leaf writes variables and stores objects