Proyecto
TTS Voz
sin objetivo
Estadosin estado1 tareas abiertas · 14 cerradas
Componentes
README · NOTES · TASKS · DOCS
archivo
README
TTS-Voz — Implementación de Voz para Merlin Propósito Configurar y validar el sistema TTS text-to-speech para que Merlin pueda hablar con voz por Telegram. Estado: co
archivoTASKS
Tareas — TTS-Voz Pendiente - Investigar voiceCompatible: false — puede afectar formato de salida en Telegram baja prioridad Completadas - x BUG resuelto: Tag tts so
1 abiertas · 14 cerradas archivoNOTES
Archivo pendiente
DOCS
0 archivosSin documentos en DOCS todavía.
TASKS
TASKS.mdTareas — TTS-Voz
Pendiente
- [ ] Investigar `voiceCompatible: false` — puede afectar formato de salida en Telegram (baja prioridad)
Completadas
- [x] **BUG resuelto:** Tag `[[tts]]` solo no genera audio. Solución: usar siempre `[[tts:voiceId=ucJZRXVK3CTLmzsxWN1t]]`
- [x] API key ElevenLabs configurada en openclaw.json
- [x] Voice ID configurado (Felix - ucJZRXVK3CTLmzsxWN1t)
- [x] Modelo TTS configurado (eleven_multilingual_v2)
- [x] Language code configurado (es)
- [x] Voice settings configurados (stability, similarity, style, speed)
- [x] ELEVENLABS_API_KEY agregada a systemd service env
- [x] Plugin elevenlabs habilitado en plugins.entries
- [x] TTS verificado funcional vía `tts.convert` RPC call
- [x] Modo cambiado de `always` a `tagged`
- [x] TTS verificado en modo tagged — Felix recibió audio por Telegram ✅
- [x] Voz Felix verificada y configurada como default
- [x] Bug del tag documentado con workaround
- [x] TOOLS.md y MEMORY.md actualizados