LICENSE
README.md
pyproject.toml
abstractvoice/__init__.py
abstractvoice/__main__.py
abstractvoice/dependency_check.py
abstractvoice/instant_setup.py
abstractvoice/recognition.py
abstractvoice/simple_model_manager.py
abstractvoice/voice_manager.py
abstractvoice.egg-info/PKG-INFO
abstractvoice.egg-info/SOURCES.txt
abstractvoice.egg-info/dependency_links.txt
abstractvoice.egg-info/entry_points.txt
abstractvoice.egg-info/requires.txt
abstractvoice.egg-info/top_level.txt
abstractvoice/examples/__init__.py
abstractvoice/examples/cli_repl.py
abstractvoice/examples/voice_cli.py
abstractvoice/examples/web_api.py
abstractvoice/stt/__init__.py
abstractvoice/stt/transcriber.py
abstractvoice/tts/__init__.py
abstractvoice/tts/tts_engine.py
abstractvoice/vad/__init__.py
abstractvoice/vad/voice_detector.py
tests/test_callbacks.py
tests/test_fresh_install.py
tests/test_voice_switching.py