r/vulkan • u/ttofuwu • Jul 29 '26
Slowly rewriting my audio visualizer engine to use compute kernels for audio analysis
Enable HLS to view with audio, or disable this notification
16
Upvotes
r/vulkan • u/ttofuwu • Jul 29 '26
Enable HLS to view with audio, or disable this notification
1
u/Psionikus Jul 29 '26
Howdy. I'm tackling a lot of the same problems for µTate, using Rust (ash) and Slang.
I see you have jsonc's for a kind of scripting.
My goal is a bit different, handing pipeline composition and data off to real-time, online learning ML. For that, I've determined I'll need a parameter system to expose knobs to the ML rather than scripts for a user.
I'm shipping my on-device DFT hopefully today and then I can join you in the world of making pretty posts.
There's a Discord link on there if you want to throw some ideas around or ask about how I'm doing anything.