Updated DSP Libraries (markdown)

Phil Schatzmann 2024-04-23 11:23:57 +02:00
parent 88e6b63ecb
commit 38e6b077a4

@ -27,4 +27,5 @@ I am providing some __examples__ that demonstrate how to use Faust
## Mozzi
[Mozzi](https://sensorium.github.io/Mozzi/) is a integer based DSP library which works even with slow, low end microcontrollers. I am providing an Arduino Stream based API, so that you can read out the generated audio as stream of int16_t data.
- [Mozzi Example](https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-dsp/examples-mozzi/control_gain/control_gain.ino)
- [...](https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-dsp/examples-mozzi)