What's New
Notes included in markdown export (#181, #179)
When a notes folder is configured in Settings, the exported markdown file now includes a Notes section with the LLM-generated meeting notes above the transcript. Sessions without generated notes continue to export as before.
Fix chipmunk playback in recorded system audio (#180)
The CoreAudio process tap was delivering system audio buffers at half the declared sample rate (~24kHz effective while reporting 48kHz). The merge step trusted the file metadata, producing high-pitched, double-speed playback. The recorder now tracks wall-clock timing and computes the effective sample rate during merge, correcting the audio before resampling.