LICENSE
README.md
pyproject.toml
python_voiceio.egg-info/PKG-INFO
python_voiceio.egg-info/SOURCES.txt
python_voiceio.egg-info/dependency_links.txt
python_voiceio.egg-info/entry_points.txt
python_voiceio.egg-info/requires.txt
python_voiceio.egg-info/top_level.txt
tests/test_app_wiring.py
tests/test_backend_probes.py
tests/test_config.py
tests/test_fallback.py
tests/test_health.py
tests/test_ibus_typer.py
tests/test_platform.py
tests/test_prebuffer.py
tests/test_recorder_integration.py
tests/test_streaming.py
tests/test_transcriber.py
voiceio/__init__.py
voiceio/__main__.py
voiceio/app.py
voiceio/backends.py
voiceio/cli.py
voiceio/config.py
voiceio/feedback.py
voiceio/health.py
voiceio/platform.py
voiceio/recorder.py
voiceio/service.py
voiceio/streaming.py
voiceio/transcriber.py
voiceio/tray.py
voiceio/wizard.py
voiceio/worker.py
voiceio/hotkeys/__init__.py
voiceio/hotkeys/base.py
voiceio/hotkeys/chain.py
voiceio/hotkeys/evdev.py
voiceio/hotkeys/pynput_backend.py
voiceio/hotkeys/socket_backend.py
voiceio/ibus/__init__.py
voiceio/ibus/engine.py
voiceio/sounds/__init__.py
voiceio/sounds/commit.wav
voiceio/sounds/start.wav
voiceio/sounds/stop.wav
voiceio/typers/__init__.py
voiceio/typers/base.py
voiceio/typers/chain.py
voiceio/typers/clipboard.py
voiceio/typers/ibus.py
voiceio/typers/pynput_type.py
voiceio/typers/wtype.py
voiceio/typers/xdotool.py
voiceio/typers/ydotool.py