Recently I see more and more audio / DSP related Nim projects appear, which is awesome, I think.
To help me sift through the crop and eventually keep my notes and assessments of all these projects, I have started a document gathering Nim audio development resources:
https://codeberg.org/SpotlightKid/nim-audio-dev
I hope this will prove useful to other too.
Merge requests welcome, but note the goals listed at the top of the document. This is not intended to be list of each and every Nim project, which handles audio in some way [start with nimpkgs for that], but a help for Nim developers to get an overview of and find libraries and code they can use for their own Open Source audio projects.
Share & Enjoy!
Maybe of interest, I just updated a gist with a silly fast oscillator bank
I mostly use it for, non real time, additive stuff. It should be fast enough for real time and it should be relative easy to make it multi threaded.
(just a gist, as I cannot maintain software and I mostly use it as a mouldable piece and not a library)