LICENSE.md
NOTICE
README.md
pyproject.toml
src/vaani/__init__.py
src/vaani/__main__.py
src/vaani/cli.py
src/vaani/diagnostics.py
src/vaani/intent.py
src/vaani/narration.py
src/vaani/pipeline.py
src/vaani/ptt.py
src/vaani/py.typed
src/vaani/serve.py
src/vaani/targets.py
src/vaani/wake.py
src/vaani/audio/__init__.py
src/vaani/audio/format.py
src/vaani/audio/levels.py
src/vaani/audio/onset.py
src/vaani/bridge/__init__.py
src/vaani/bridge/base.py
src/vaani/bridge/cli_bridge.py
src/vaani/bridge/fake.py
src/vaani/bridge/service.py
src/vaani/bridge/stream_bridge.py
src/vaani/config/__init__.py
src/vaani/config/loader.py
src/vaani/config/paths.py
src/vaani/config/schema.py
src/vaani/logging_setup/__init__.py
src/vaani/logging_setup/context.py
src/vaani/logging_setup/formatters.py
src/vaani/logging_setup/setup.py
src/vaani/stt/__init__.py
src/vaani/stt/bargein.py
src/vaani/stt/base.py
src/vaani/stt/fake.py
src/vaani/stt/interactive.py
src/vaani/stt/service.py
src/vaani/stt/workstop.py
src/vaani/stt/apple/__init__.py
src/vaani/stt/apple/bargein.py
src/vaani/stt/apple/bundle.py
src/vaani/stt/apple/engine.py
src/vaani/stt/apple/helper.py
src/vaani/stt/apple/protocol.py
src/vaani/stt/apple/spawn.py
src/vaani/stt/portable/__init__.py
src/vaani/stt/portable/bargein.py
src/vaani/stt/portable/capture.py
src/vaani/stt/portable/whisper_engine.py
src/vaani/tts/__init__.py
src/vaani/tts/apple_say.py
src/vaani/tts/base.py
src/vaani/tts/chunking.py
src/vaani/tts/fake.py
src/vaani/tts/sapi.py
src/vaani/tts/service.py
src/vaani/tts/stream.py
src/vaani/utils/__init__.py
src/vaani/utils/errors.py
src/vaani_voice.egg-info/PKG-INFO
src/vaani_voice.egg-info/SOURCES.txt
src/vaani_voice.egg-info/dependency_links.txt
src/vaani_voice.egg-info/entry_points.txt
src/vaani_voice.egg-info/requires.txt
src/vaani_voice.egg-info/top_level.txt
tests/test_audio_format.py
tests/test_audit_fixes.py
tests/test_barge_in.py
tests/test_bridge.py
tests/test_bridge_service.py
tests/test_cli.py
tests/test_config.py
tests/test_cross_platform.py
tests/test_diagnostics.py
tests/test_intent.py
tests/test_logging.py
tests/test_narration.py
tests/test_pipeline.py
tests/test_ptt.py
tests/test_serve.py
tests/test_streaming.py
tests/test_stt_bundle.py
tests/test_stt_engine.py
tests/test_stt_helper.py
tests/test_stt_interactive.py
tests/test_stt_meter.py
tests/test_stt_protocol.py
tests/test_stt_service.py
tests/test_stt_spawn.py
tests/test_targets.py
tests/test_tts.py
tests/test_tts_chunking.py
tests/test_tts_service.py
tests/test_voice_cli_watcher.py
tests/test_voice_loop.py
tests/test_wake.py