Is your feature request related to a problem?
Currently, there is no support for Text-to-Speech in the chat, limiting accessibility and user interaction. Users would benefit from audio playback options for a more engaging experience.
Describe the solution you'd like
Implement TTS support with the following features:
- Convert audio URL to audio for UI display
- Add play/pause controls in chat UI
- Support streaming or generated audio playback
- Gracefully handle audio generation failures
Original issue
Scope
- Convert base64 to audio to show that in the UI.
- Add play/pause audio controls in chat UI
- Support streaming or generated audio playback
- Handle audio generation failures gracefully
Is your feature request related to a problem?
Currently, there is no support for Text-to-Speech in the chat, limiting accessibility and user interaction. Users would benefit from audio playback options for a more engaging experience.
Describe the solution you'd like
Implement TTS support with the following features:
Original issue
Scope