K-synth – A web-based array language playground for synth design
K-inspired array language for audio synthesis running entirely in your browser.

Fitting a capable subtractive synth into 39k ELF on an ESP32 is genuine constraint craft.
Embedded developers and retro computing enthusiasts
Teenage Engineering OP-1 · Pure Data · SuperCollider
Web-based version via emscripten: https://mini000.itch.io/beeper
Source code: https://github.com/valdanylchuk/beeper
Demo video running on Tanmatsu (esp32-p4): https://www.youtube.com/watch?v=uCH9XYZ7QB0
The main challenge I was going for was actually to find a nice minimal set of controls for a subtractive synth. Usually there are 40-50 of them in "simple" synths; I ended up with 16.
In terms of TUI, I wanted to see if it would be practical at embedded C scale to use a modern approach similar to ratatui, Dear ImGui, or Nuklear. I am quite happy with it so far. Will keep using and extending it for more embedded apps.
I did not publish the library as a separate project yet; it is not mature enough. Feel free to reuse it via good old copying for now if you like it.
For those who remember my earlier post here about the BreezyBox ( https://news.ycombinator.com/item?id=46918429 ), a few updates from the last 6 months:
* added sshd for inbound connections * extended shell with variables, loops, conditions, tar, grep, diff * added sound component, including pico8-themed sequencer, and a few example apps * ported my self-hosting C compiler for RISC-V (rcc700) * shared a full example firmware project for Tanmatsu (p4), in addition to earlier Waveshare (s3)
Thanks for checking this out! I welcome any questions and feedback about the synth app, the TUI library, or the Breezybox firmware.
K-inspired array language for audio synthesis running entirely in your browser.
Celeste playable on a $15 microcontroller as a 42kB ELF binary.
Piping accelerometer data through audio filters to flash keyboard lights is genuinely wild.
AI agent controls J-Link probes to debug firmware without human intervention.
Web MIDI API kills driver hell for 80s synth patch backups.
Glowing orbital synth interface with real-time audio parameters in the browser.