- Add ContinuousRecorder class using sounddevice for gapless audio capture - Record continuously and extract 10-second chunks with 0.5s overlap - Overlap prevents words from being cut off at chunk boundaries - Transcription happens in parallel with recording - Text appears incrementally as chunks complete - Add sounddevice and numpy as GUI dependencies 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ui | ||
| __init__.py | ||
| cli.py | ||
| discussion.py | ||
| markers.py | ||
| participant.py | ||
| runner.py | ||
| voting.py | ||