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_autocorrect.py
tests/test_backend_probes.py
tests/test_clipboard_read.py
tests/test_commands.py
tests/test_config.py
tests/test_corrections.py
tests/test_fallback.py
tests/test_health.py
tests/test_hints.py
tests/test_history.py
tests/test_ibus_typer.py
tests/test_llm.py
tests/test_llm_api.py
tests/test_numbers.py
tests/test_platform.py
tests/test_postprocess.py
tests/test_prebuffer.py
tests/test_prompt.py
tests/test_recorder_integration.py
tests/test_robustness.py
tests/test_streaming.py
tests/test_transcriber.py
tests/test_tts.py
tests/test_vad.py
tests/test_vocabulary.py
tests/test_wordfreq.py
voiceio/__init__.py
voiceio/__main__.py
voiceio/app.py
voiceio/autocorrect.py
voiceio/backends.py
voiceio/cli.py
voiceio/clipboard_read.py
voiceio/commands.py
voiceio/config.py
voiceio/corrections.py
voiceio/demo.py
voiceio/feedback.py
voiceio/health.py
voiceio/hints.py
voiceio/history.py
voiceio/llm.py
voiceio/llm_api.py
voiceio/numbers.py
voiceio/pidlock.py
voiceio/platform.py
voiceio/postprocess.py
voiceio/prompt.py
voiceio/recorder.py
voiceio/service.py
voiceio/streaming.py
voiceio/transcriber.py
voiceio/vad.py
voiceio/vocabulary.py
voiceio/wizard.py
voiceio/wordfreq.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/models/__init__.py
voiceio/models/silero_vad.onnx
voiceio/sounds/__init__.py
voiceio/sounds/commit.wav
voiceio/sounds/start.wav
voiceio/sounds/stop.wav
voiceio/tray/__init__.py
voiceio/tray/_icons.py
voiceio/tray/_indicator.py
voiceio/tray/_pystray.py
voiceio/tts/__init__.py
voiceio/tts/base.py
voiceio/tts/chain.py
voiceio/tts/edge_engine.py
voiceio/tts/espeak.py
voiceio/tts/piper_engine.py
voiceio/tts/player.py
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