6 DSP Libraries
Phil Schatzmann edited this page 2024-04-23 11:23:57 +02:00

I have integrated quite a few powerful DSP libraries into my AudioTools:

STK

The Synthesis ToolKit in C++ (STK) is a set of open source audio signal processing and algorithmic synthesis classes written in the C++ programming language.

Maximilian DSP

Maximilian is a cross-platform and multi-target audio synthesis and signal processing library.

The examples be found here

Faust DSP

Faust (Functional Audio Stream) is a functional programming language for sound synthesis and audio processing with a strong focus on the design of synthesizers, musical instruments, audio effects, etc. Faust targets high-performance signal processing applications and audio plug-ins for a variety of platforms and standards. I am providing some examples that demonstrate how to use Faust

Mozzi

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.