syso.codes / projects / AI tools / DSPLab

AI tools

DSPLab

An AI-assisted lab for audio DSP.

A development environment and diagnostic laboratory for DSP engineering — Vult source on the left, an isolated AudioWorklet engine on the right, and an autonomous AI agent that can compile, probe, sweep and verify your DSP without leaving the browser.

JavaScriptLanguage
★ 2GitHub stars
2026-03-30Last pushed
AI toolsCategory
View on GitHub → More ai tools
DSPLab screenshot

Background

Building synthesizers and audio effects normally means juggling low-level optimization, threading and DSP math in a host that crashes when you make a mistake. DSPLab pairs the Vult transcompiler with a sandboxed worklet runtime so iteration is instant, then layers an AI agent on top that can read code, edit functions, sweep parameters and inspect live spectra/THD+N to verify behaviour empirically — and one click exports C++ for Teensy / Daisy / custom hardware.

Specifications

#dsp #vult #audio-dsp #agentic-ai #ide #synthesizer