Lullaby - Functional DSP / Audio Framework for Swift
Hi, as some of you might have seen in this post, I am currently building a cross-platform audio synthesis / computer music framework for Swift, something that can be an alternative to SuperCollider, Max, Pure Data or FAUST.
It runs natively on both macOS and Linux, and I tested it on my MBP and Raspberry Pi 4B. It should run on iOS and Windows too but I couldn't test them just yet. Maybe iOS will have some problem regarding the build processes.
I just updated it with MiniAudio Backend, added MIT license, polished some rough bits. And I think now it's ready for some feedback. It's still very bare-bones in terms of feature, but I would like some guidance in terms of its future direction, especially in terms of performance viability. I am not an expert in the area of DSP, nor in C, so I am hitting a lot of walls.
I hope creative coding community in Swift will grow further in the future, so hopefully this will be a little bit of help.