[PR #18196] [CLOSED] Enhanced Text-to-Speech (TTS) Controls #24696

Closed
opened 2026-04-20 05:32:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18196
Author: @KVJ51
Created: 10/9/2025
Status: Closed

Base: mainHead: add-feature


📝 Commits (1)

  • afc22eb Initial 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/18196 **Author:** [@KVJ51](https://github.com/KVJ51) **Created:** 10/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-feature` --- ### 📝 Commits (1) - [`afc22eb`](https://github.com/open-webui/open-webui/commit/afc22ebf82c6d7f36cc4ebda49780e20077f239a) Initial commit: Open-WebUI setup ### 📊 Changes **6 files changed** (+208 additions, -568 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 05:32:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#24696