openclaw - 💡(How to fix) Fix [Feature Request] WebChat: Display inline audio/music player for generated TTS and music content [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#81456Fetched 2026-05-14 03:32:04
View on GitHub
Comments
1
Participants
2
Timeline
2
Reactions
2
Timeline (top)
closed ×1commented ×1
RAW_BUFFERClick to expand / collapse

Feature Description

Currently, when generating audio content (TTS, music, etc.) through OpenClaw WebChat, the audio files are generated successfully but do not render as an inline playable player in the chat interface.

Expected Behavior

When MiniMax or other providers generate audio (TTS, music), the WebChat should display an inline audio player similar to how images are displayed, allowing users to:

  • See a playable audio player directly in the chat message
  • Click to play/pause the generated audio
  • View audio duration and playback progress

Current Behavior

  • Images: ✅ Render inline correctly
  • Audio/Music: ❌ Only generates file, no inline player displayed
  • TTS: ❌ Only generates file, no inline player displayed

Reference

MiniMax's official documentation shows this working on their website - generated audio displays with a playable player component.

Environment

  • OpenClaw version: 2026.5.12-beta.4
  • Channel: WebChat
  • Provider: MiniMax (TTS via speech-2.8-hd, Music via music-2.6)

Suggested Implementation

Add an audio player component to WebChat's message rendering system that:

  1. Detects audio attachments (mp3, wav, etc.) in agent responses
  2. Renders a native HTML5 audio player inline
  3. Shows duration and basic playback controls (play/pause, seek)

This would match the user experience of how images are currently rendered.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Feature Request] WebChat: Display inline audio/music player for generated TTS and music content [1 comments, 2 participants]