DaisyGPT
AI-powered audio/synth IDE for the Daisy platform. Describe the sound you want in natural language — get working C++ DSP code that runs on hardware.
Natural language to hardware synthesis
DaisyGPT bridges the gap between musical intent and DSP engineering. Musicians describe what they want to hear. The AI generates valid C++ code targeting the Daisy platform's STM32 processor. The code compiles, flashes, and runs — real audio output from a text prompt.
Prompt to hardware pipeline
AI Code Generator
Claude API with deep context about the Daisy SDK, DaisySP library, and real-time audio constraints. Generates compilable C++ from natural language.
Validation Engine
Compile-checks generated code, validates sample rate compatibility, and ensures memory usage fits the STM32's constraints before flashing.
Flash & Run
One-click deployment to Daisy hardware via USB. The generated DSP code runs at 48kHz with sub-millisecond latency — real instrument performance.