Small browser prototype for my GSoC exploration.
The goal is simple: compile Faust DSP in the browser, connect modules in Web Audio, and control parameters from a minimal UI.
- Oscillator -> LP Filter -> Output
- Faust DSP compiled in-browser with
@grame/faustwasm - Draggable modules
- Slider-based controls
- Visible patch lines between module terminals
npm install
npm run devOpen http://localhost:5173/ and click Start Audio.
- This is a prototype, not a full modular synth yet.
- Routing is fixed for now.
- No preset save/load yet.
- Vite
- Web Audio API
- Faust WASM (
@grame/faustwasm)