meeticulous/src
lakshit verma c2a3e60eee
fix(recording): capture mic alongside system audio
Mic callbacks returned early when the system-audio tap was live, so your
own voice was never transcribed or recorded. Always run the mic writer;
it feeds the STT buffer in both modes and writes the WAV only when the
system tap is unavailable (mic-only).
2026-08-13 20:36:20 +05:30
..
db feat(tui): rename meeting titles via $EDITOR/nvim (single + bulk) 2026-07-31 18:27:24 +05:30
models fix(all): apply full-codebase review fixes 2026-07-31 18:08:32 +05:30
recording fix(recording): capture mic alongside system audio 2026-08-13 20:36:20 +05:30
stt fix(stt): make Parakeet decoder layout handling match real TDT exports 2026-07-31 18:46:11 +05:30
summary fix(all): apply full-codebase review fixes 2026-07-31 18:08:32 +05:30
tui feat(tui): rename meeting titles via $EDITOR/nvim (single + bulk) 2026-07-31 18:27:24 +05:30
lib.rs fix(all): apply full-codebase review fixes 2026-07-31 18:08:32 +05:30
main.rs fix(all): apply full-codebase review fixes 2026-07-31 18:08:32 +05:30
markdown_view.rs fix(all): apply full-codebase review fixes 2026-07-31 18:08:32 +05:30
paths.rs fix(all): apply full-codebase review fixes 2026-07-31 18:08:32 +05:30
system_audio.rs fix(all): apply full-codebase review fixes 2026-07-31 18:08:32 +05:30