API Reference agentsea_voice v#0.1.0

Copy Markdown

Modules

Voice facade over pluggable TTS/STT adapters.

ElevenLabs text-to-speech adapter (POST /v1/text-to-speech/:voice_id) over Req. Implements AgentSea.Voice.TTS.

OpenAI voice adapter: text-to-speech (/v1/audio/speech) and speech-to-text (/v1/audio/transcriptions) over Req.

Speech-to-text behaviour. Adapters: remote (OpenAI Whisper over Req) or, in future, local (Whisper via Bumblebee, in-process).

Text-to-speech behaviour. Adapters: remote (OpenAI/ElevenLabs over Req) or, in future, local (Piper / Bumblebee).