Post #4192250
2026-07-29 09:52 UTC
@meph@social.treehouse.systems Yep. All of the session metadata is just YAML (there's some INI configuration for window positions etc in a separate file because that's how the GUI library works).
The waveform data is binary, but the formats are simple and would be easy to make some sort of differ for (e.g. uniformly sampled analog waveforms are literally just a float[])
Replies (1)
-
@meph@social.treehouse.systems 2026-07-29 09:53
@azonenberg@ioc.exchange i never considered diffing a waveform