Skip to content

lavoixSpeech Infrastructure for Production Workflows

Provider-driven STT/TTS library + service with stable contracts and operational clarity.

Product Context

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.

Quick Start

bash
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev,tts-oss]"
lavoix-server

Continue with Getting Started, then Architecture, then REST API.

lavoix docs