CHANGELOG.md
LICENSE
MANIFEST.in
README.md
config.yaml
pyproject.toml
vocabulary.txt
locivox.egg-info/PKG-INFO
locivox.egg-info/SOURCES.txt
locivox.egg-info/dependency_links.txt
locivox.egg-info/entry_points.txt
locivox.egg-info/requires.txt
locivox.egg-info/top_level.txt
src/__init__.py
src/analytics.py
src/audio_capture.py
src/batch.py
src/buffer.py
src/cli.py
src/cli_batch.py
src/cli_streaming.py
src/gui_controller.py
src/gui_main.py
src/matchers.py
src/punctuation.py
src/streaming.py
src/transcriber.py
src/utils.py
src/vad.py
src/vocabulary.py
src/watcher.py
src/gui/__init__.py
src/gui/controls_widget.py
src/gui/main_window.py
src/gui/settings_dialog.py
src/gui/transcription_widget.py
src/gui/vocabulary_dialog.py
src/gui/vocabulary_test_dialog.py
src/gui/vocabulary_worker.py
tests/test_audio_capture.py
tests/test_batch.py
tests/test_buffer.py
tests/test_cli.py
tests/test_matchers.py
tests/test_streaming.py
tests/test_transcriber.py
tests/test_utils.py
tests/test_vad.py
tests/test_vocabulary.py
tests/test_watcher.py