# agentsea_voice v0.1.0 - Table of Contents

> AgentSea voice: text-to-speech and speech-to-text behaviours with OpenAI and ElevenLabs adapters.

## Modules

- [AgentSea.Voice](AgentSea.Voice.md): Voice facade over pluggable TTS/STT adapters.
- [AgentSea.Voice.ElevenLabs](AgentSea.Voice.ElevenLabs.md): ElevenLabs text-to-speech adapter (`POST /v1/text-to-speech/:voice_id`) over
`Req`. Implements `AgentSea.Voice.TTS`.
- [AgentSea.Voice.OpenAI](AgentSea.Voice.OpenAI.md): OpenAI voice adapter: text-to-speech (`/v1/audio/speech`) and speech-to-text
(`/v1/audio/transcriptions`) over `Req`.
- [AgentSea.Voice.STT](AgentSea.Voice.STT.md): Speech-to-text behaviour. Adapters: remote (OpenAI Whisper over Req) or, in
future, local (Whisper via Bumblebee, in-process).

- [AgentSea.Voice.TTS](AgentSea.Voice.TTS.md): Text-to-speech behaviour. Adapters: remote (OpenAI/ElevenLabs over Req) or, in
future, local (Piper / Bumblebee).

