mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #18196] [CLOSED] Enhanced Text-to-Speech (TTS) Controls #24696
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/18196
Author: @KVJ51
Created: 10/9/2025
Status: ❌ Closed
Base:
main← Head:add-feature📝 Commits (1)
afc22ebInitial commit: Open-WebUI setup📊 Changes
6 files changed (+208 additions, -568 deletions)
View changed files
➕
.webui_secret_key(+1 -0)📝
package-lock.json(+112 -553)➕
src/lib/components/admin/Settings/Interface/InterfaceSettings.tsx(+4 -0)➕
src/lib/components/admin/Settings/Interface/TTSControls.tsx(+36 -0)➕
src/lib/tts.ts(+31 -0)📝
tsconfig.json(+24 -15)📄 Description
Contributed to the Open WebUI project by implementing advanced TTS controls, including adjustable volume, speech rate, and pitch sliders, directly within the frontend interface. This enhancement empowers users to customize and test TTS output, improving accessibility and user experience by providing audio feedback options for AI-generated content.
Contributor License Agreement
By submitting this pull request, I confirm that I have read and agree to the terms of the [Contributor License Agreement]https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.