🧾 Prompt

Develop a voice-based virtual assistant that can listen to user input, process it, and respond with a generated voice using ElevenLabs.

The assistant should be able to take a spoken command, convert it to text, generate a response (can be rule-based or AI-powered), and convert the response back into speech.


🛠 Herramientas


💡 Pistas

🧠 Flujo básico

  1. Usuario habla
  2. Audio → texto (Speech-to-Text)
  3. Procesas texto
  4. Generas respuesta
  5. Texto → voz (ElevenLabs)

🔧 Implementación