treeflow_update_voice_config
Update a bot's voice configuration by enabling or disabling speech-to-text and text-to-speech, changing voice, language, or playback speed.
Instructions
Actualiza los parámetros de voz del bot (activar/desactivar STT, TTS, cambiar voz, idioma o velocidad de reproducción).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree_id | Yes | ID del bot/árbol | |
| stt_model | No | Modelo STT (ej. base, small, medium) | |
| tts_speed | No | Velocidad de voz (0.5 a 2.0) | |
| tts_voice | No | Voz TTS (ej. es_ES-davefx-medium) | |
| stt_enabled | No | Activar Speech-To-Text (Whisper) | |
| tts_enabled | No | Activar Text-To-Speech (Piper) | |
| stt_language | No | Idioma STT (es, en, etc.) | |
| stt_save_audio | No | Guardar archivos de audio |