mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 09:01:47 -05:00
[GH-ISSUE #15143] issue: When using Azure AI Speech for TTS. It does not honour the user set voice defaulting to the admin set value #104479
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 @Dudedrakes on GitHub (Jun 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15143
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.15
Ollama Version (if applicable)
No response
Operating System
All
Browser (if applicable)
Chrome and Edge
Confirmation
README.md.Expected Behavior
When using Azure AI Speech, the user should be able to override the admin-set voice and pick their own from the list of available voices. Once set in the user's personal settings and saved, all subsequent read-aloud requests and Voice Mode sessions should then use the user's selected voice, just like it does when using OpenAI as the TTS provider.
Actual Behavior
The actual behavior is that the read-aloud and voice mode sessions are ignoring the user set voice and defaulting to the admin set value even if the user set value is different to the admin set value.
Steps to Reproduce
These instructions assume you already have a functional Open-WebUI installation. I have tried this on multiple instances running in Docker containers across various environments with multiple models via an OpenAI-compatible endpoint. The problem exists whether you are using a private endpoint with a custom domain or not.
You'll notice the voices are the same despite the user-set value being different.
Logs & Screenshots
The app logs do not show anything erroneous
The browser console has no entries.
Here is my admin panel config
Here is a user setting
Here is the speech request in the browser showing that the user-selected voice is submitted to the speech API endpoint
Additional Information
No response