-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I saw the YouTube video - Writing Elegant DSP Code in Rust and liked what I saw.
It seems that this library is the best representation of the ideas in the video. But the library is said to be WIP, and not much has happened recently. So I wonder:
- Is it a good or a bad idea to use this library in my own project?
- Do you know of any other library, that is properly maintained, that implements these or similar ideas?
For the time being, I'll use a fork of this library in my own little hobby project. I don't understand how to do it yet, and that is mainly because I'm not very good at Rust. But it's a fun learning experience. I've made a kind of re-implementation of the STK (Synthesis Tool-Kit) for physical modeling of acoustic instruments, trying both to create VST plugins for Ableton, and do some visualization using Iced or Egui. So far, my code has been handling mono signals, but I see the need to go multi-channel, and there the Sample trait comes in handy.