Back to Portfolio

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.

Role Creator
Type B2C / Developer Tool
Stack Claude API, C++, Daisy SDK
Status In Development

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.

What it's built with

Claude API (Anthropic) AI
C++ (ARM Cortex-M7) DSP
Daisy SDK PLATFORM
DaisySP Library AUDIO
Web IDE (React) FRONTEND
GCC ARM Toolchain BUILD