Provider Abstraction
Integrate new speech providers without changing API contracts or orchestration clients.
Provider-driven STT/TTS library + service with stable contracts and operational clarity.
lavoix is the speech transformation layer in the stack:
seal captures user voice intent.otter orchestrates queueing and execution.lavoix transforms voice/audio with consistent output semantics.python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev,tts-oss]"
lavoix-serverContinue with Getting Started, then Architecture, then REST API.