elevenlabs_tts
elevenlabs_tts
¶
ElevenLabs TTS backend — cloud voice synthesis with on-disk WAV/MP3 cache.
Classes¶
ElevenLabsTTSBackend
¶
ElevenLabsTTSBackend(
*,
api_key: str = "",
model_id: str = "",
cache_enabled: bool = True,
cache_dir: Path | None = None,
)
Bases: TTSBackend
ElevenLabs TTS with optional disk cache (phrase|voice|model|format).