LICENSE
README.md
pyproject.toml
handsfreed/__init__.py
handsfreed/__main__.py
handsfreed/audio_capture.py
handsfreed/config.py
handsfreed/ipc_models.py
handsfreed/ipc_server.py
handsfreed/logging_setup.py
handsfreed/main.py
handsfreed/output_handler.py
handsfreed/pipeline.py
handsfreed/pipeline_manager.py
handsfreed/state.py
handsfreed/task_assembler.py
handsfreed/transcriber.py
handsfreed.egg-info/PKG-INFO
handsfreed.egg-info/SOURCES.txt
handsfreed.egg-info/dependency_links.txt
handsfreed.egg-info/entry_points.txt
handsfreed.egg-info/requires.txt
handsfreed.egg-info/top_level.txt
handsfreed/segmentation/__init__.py
handsfreed/segmentation/fixed.py
handsfreed/segmentation/strategy.py
handsfreed/segmentation/vad.py
tests/test_audio_capture.py
tests/test_config.py
tests/test_ipc_models.py
tests/test_ipc_server.py
tests/test_logging_setup.py
tests/test_main.py
tests/test_output_handler.py
tests/test_pipeline_manager.py
tests/test_segmentation.py
tests/test_state.py
tests/test_task_assembler.py
tests/test_transcriber.py
tests/test_vad_states.py