Coding 2026-05-28

Tags:
By Max Woerner Chase

Well, after a few mildly amusing mistakes (16-bit output doesn't sound like anything if all of your values are between -1 and 1), I've gotten real-time synthesis working, with results that I feel are... not great. The same code that can generate a file basically instantly, struggles and pops when playing it over the course of its runtime.

This seems like an excellent reason to mess around with the profiling modules. Not sure if Tachyon is a good fit for the issues I'm seeing, which almost seem like warm-up issues (in CPython?), but I've got options. For now, though, I need to wind down and get to bed.

Good night.