MANIFEST.in
README.md
pyproject.toml
fastpluggy_voice.egg-info/PKG-INFO
fastpluggy_voice.egg-info/SOURCES.txt
fastpluggy_voice.egg-info/dependency_links.txt
fastpluggy_voice.egg-info/entry_points.txt
fastpluggy_voice.egg-info/requires.txt
fastpluggy_voice.egg-info/top_level.txt
src/__init__.py
src/config.py
src/models.py
src/plugin.py
src/register_handlers.py
src/core/__init__.py
src/core/message_types.py
src/engine/__init__.py
src/engine/executor.py
src/engine/persistence.py
src/engine/sherpa_engine.py
src/engine/speakers.py
src/engine/voice_engine.py
src/engine/whisperx_engine.py
src/routers/__init__.py
src/routers/_engine_dep.py
src/routers/api_router.py
src/routers/console_router.py
src/routers/speakers_router.py
src/routers/stream_router.py
src/routers/tts_router.py
src/routers/admin/__init__.py
src/routers/admin/history.py
src/routers/admin/model_cache.py
src/routers/admin/sessions.py
src/routers/admin/speakers.py
src/routers/admin/system.py
src/routers/admin/tts.py
src/services/__init__.py
src/static/js/audio_ws.js
src/static/js/fp-voice-button.js
src/transports/__init__.py
src/transports/wyoming_server.py
tests/test_admin_routes.py
tests/test_api_router.py
tests/test_console_router.py
tests/test_executor.py
tests/test_models.py
tests/test_persistence.py
tests/test_register_handlers.py
tests/test_sherpa_download.py
tests/test_sherpa_engine.py
tests/test_smoke.py
tests/test_speakers.py
tests/test_speakers_router.py
tests/test_stream_router.py
tests/test_tts_router.py
tests/test_voice_engine.py
tests/test_whisperx_engine.py