[PR #1456] [CLOSED] feat: TTS output controls #7472

Closed
opened 2025-11-11 17:27:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1456
Author: @dannyl1u
Created: 4/8/2024
Status: Closed

Base: devHead: feat/tts-output-controls


📝 Commits (4)

  • 4b805ad feat: tts output controls (wip)
  • 891aac4 volume slider
  • 87ce870 feat: UI controls for Audio settings 🕹️
  • 0b52d70 implement notifications playback toggle

📊 Changes

1 file changed (+168 additions, -0 deletions)

View changed files

📝 src/lib/components/chat/Settings/Audio.svelte (+168 -0)

📄 Description

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?

Description

Adds Volume, Speech Rate, and Pitch Controls for Text-to-Speech (TTS) Output

Changelog Entry

Added

  • Adds Volume, Speech Rate, and Pitch Controls for Text-to-Speech (TTS) Output

Fixed

  • n/a

Changed

  • n/a

Removed

  • n/a

Closes #1331


🔄 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/1456 **Author:** [@dannyl1u](https://github.com/dannyl1u) **Created:** 4/8/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feat/tts-output-controls` --- ### 📝 Commits (4) - [`4b805ad`](https://github.com/open-webui/open-webui/commit/4b805ad2f3d3fe4c37769e96f65af09ecd9a4035) feat: tts output controls (wip) - [`891aac4`](https://github.com/open-webui/open-webui/commit/891aac4ca1801c725e47f38d018ac1f6f3182a12) volume slider - [`87ce870`](https://github.com/open-webui/open-webui/commit/87ce870c78baca84daf4e4854efef960d8293ab7) feat: UI controls for Audio settings 🕹️ - [`0b52d70`](https://github.com/open-webui/open-webui/commit/0b52d706c1df2372712de80543559093ab99220d) implement notifications playback toggle ### 📊 Changes **1 file changed** (+168 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Settings/Audio.svelte` (+168 -0) </details> ### 📄 Description ## Pull Request Checklist - [x] **Description:** Briefly describe the changes in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [x] **Documentation:** Have you updated relevant documentation? - [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description Adds Volume, Speech Rate, and Pitch Controls for Text-to-Speech (TTS) Output ### Changelog Entry ### Added - Adds Volume, Speech Rate, and Pitch Controls for Text-to-Speech (TTS) Output ### Fixed - n/a ### Changed - n/a ### Removed - n/a Closes #1331 --- <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 2025-11-11 17:27:30 -06: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#7472