orchestrated-discussions/src/discussions
rob 57efe6c931 feat: Implement continuous dictation with chunked transcription
- 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>
2026-01-04 03:03:10 -04:00
..
ui feat: Implement continuous dictation with chunked transcription 2026-01-04 03:03:10 -04:00
__init__.py Initial project structure for Orchestrated Discussions 2025-12-08 07:57:43 -04:00
cli.py refactor: Rename SmartTools to CmdForge throughout codebase 2026-01-04 02:15:24 -04:00
discussion.py Complete implementation with Docker support 2025-12-23 23:40:25 -04:00
markers.py Complete implementation with Docker support 2025-12-23 23:40:25 -04:00
participant.py refactor: Rename SmartTools to CmdForge throughout codebase 2026-01-04 02:15:24 -04:00
runner.py refactor: Rename SmartTools to CmdForge throughout codebase 2026-01-04 02:15:24 -04:00
voting.py refactor: Rename SmartTools to CmdForge throughout codebase 2026-01-04 02:15:24 -04:00