|
🍑 nectarine
Audio synthesis tools for C23
|
Audio synthesis tools for C23.
The recommended way to use Nectarine is to compile the source files directly into your project. If your project uses git, you can add Nectarine as a git submodule.
For best results, compile with -O3 -ffast-math -ffp-contract=fast -fopenmp-simd -march=native -DNDEBUG (or your compiler's equivalent).
Nectarine is written for C23 and OpenMP 4.0.
You can generate HTML documentation by running doxygen or make docs.