mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
Changing the Voice doesn't work in Firefox but works in Chrome (Mac) #1338
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 @RodriMora on GitHub (Jun 21, 2024).
Bug Report
Description
Bug Summary:
Changing the voice for TTS doesn't work in Firefox (mac) nor Safari (mac), but it does work in Chrome (mac). It always uses the default voice.
Steps to Reproduce:
Get a response, play the TTS, change the voice to another one, play the TTS in Firefox = doesn't work. Chrome = works
Expected Behavior:
It should work in any browser.
Actual Behavior:
The voice doesn't change
Environment
Open WebUI Version: [e.g., 0.1.120]
Ollama (if applicable): Non applicable, using OpenAI Compatible API (in my case Aphrodite Engine)
Operating System: Open-webui running in docker Ubuntu 22.04. Accesed from Mac OS Sonoma 14.5
Browser (if applicable): Firefox 127 Mac. Chrome 126.0.6478.62 Mac.
Reproduction Details
Test in firefox. Same voice no matter which is selected
Test in Chrome. Voice changes
Confirmation:
Logs and Screenshots
Browser Console Logs:
No errors in the console Logs
Docker Container Logs:
Screenshots (if applicable):
Not relevant
Installation Method
Docker running the default command, and then adding the OPENAI Base url manually in the admin settings for my inference server:
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main