mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #22684] issue: Voice mode doesn't work at all #19787
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 @frenzybiscuit on GitHub (Mar 14, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22684
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.10
Ollama Version (if applicable)
N/A
Operating System
Linux
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
Works
Actual Behavior
Doesn't work. I think my voice isn't being translated (STT) so the assistant doesn't start replying. There are no errors in docker logs.
Steps to Reproduce
Use the docker cuda image.
Start open-webui
Use docker exec open-webui-openWebUI-1 bash -lc "pip install datasets==3.6.0"
Start trying voice mode - doesn't work.
STT works when using the microphone icon "Dictate"
TTS works when using "Read Aloud" on the prompt.
Voice mode (Call) pops up but doesn't respond or do anything.
I have confirmed the GPU is being utilized with nvidia-smi in both instances, so it should be working.
Attached docker-compose and screenshot of the admin panel.
Logs & Screenshots
docker-compose.txt
Additional Information
.
@silentoplayz commented on GitHub (Mar 16, 2026):
I'm commenting to say that Speech-to-Text, Text-to-Speech, and the
Voice modefeatures all work perfectly fine for me on Ubuntu 24.04.4 LTS using Mozilla Firefox Snap for Ubuntu v148.0.2 (64-bit).I am not using the
cudatagged image of Open WebUI though. I personally use thedevtagged image.I'm also not running
docker exec open-webui-openWebUI-1 bash -lc "pip install datasets==3.6.0". I just rundocker compose up -d.@tjbck commented on GitHub (Mar 22, 2026):
Unable to reproduce