Proyecto

TTS Voz

sin objetivo

Estadosin estado1 tareas abiertas · 14 cerradas

Componentes

README · NOTES · TASKS · DOCS

DOCS

0 archivos

Sin documentos en DOCS todavía.

TASKS

TASKS.md

Tareas — 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