diff --git a/src/pipecat/services/elevenlabs/tts.py b/src/pipecat/services/elevenlabs/tts.py index 85433bf29..efc689c7e 100644 --- a/src/pipecat/services/elevenlabs/tts.py +++ b/src/pipecat/services/elevenlabs/tts.py @@ -213,7 +213,7 @@ class ElevenLabsTTSService(AudioContextWordTTSService): similarity_boost: Similarity boost control (0.0 to 1.0). style: Style control for voice expression (0.0 to 1.0). use_speaker_boost: Whether to use speaker boost enhancement. - speed: Voice speed control (0.25 to 4.0). + speed: Voice speed control (0.7 to 1.2). auto_mode: Whether to enable automatic mode optimization. enable_ssml_parsing: Whether to parse SSML tags in text. enable_logging: Whether to enable ElevenLabs logging.