mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #14748] issue: TTS response not played in Voice Mode (Model: tts-1, Voice: nova, OpenAI API) #32881
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lyhtande on GitHub (Jun 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14748
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.13
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
Google Chrome
Confirmation
README.md.Expected Behavior
When using Open WebUI in Voice Mode with the setting “Automatically read responses” enabled, I expect the model's text response to be converted to speech using the selected OpenAI TTS voice (tts-1, voice nova) and played back automatically, just as it works in normal mode.
Actual Behavior
In normal mode, the speech synthesis works correctly: the response is spoken using the selected voice.
However, in Voice Mode, even though the same setting is enabled, no audio is played.
The browser console repeatedly logs:
Audio for "[response text]" not yet available in the cache, re-queued...This suggests the TTS response is never properly processed or played in Voice Mode.
Steps to Reproduce
Logs & Screenshots
Audio for "[response text]" not yet available in the cache, re-queued...Additional Information
WebUI version: 0.6.13 (latest)
Voice setting: nova (OpenAI TTS model tts-1)
Backend: OpenAI API (https://api.openai.com/v1)
Mode: Voice Mode
TTS Autoplay: Enabled
Browser: Google Chrome (latest)
Platform: Local installation (no Docker)
@tjbck commented on GitHub (Jun 7, 2025):
Unable to reproduce.