[PR #406] [CLOSED] Integration of Piper TTS #7111

Closed
opened 2025-11-11 17:16:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/406
Author: @oliverbob
Created: 1/6/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

📊 Changes

8 files changed (+473 additions, -4 deletions)

View changed files

📝 backend/requirements.txt (+2 -1)
piper/app.py (+29 -0)
piper/piper_tts_integration.md (+323 -0)
piper/static/welcome.mp3 (+0 -0)
piper/static/welcome.wav (+0 -0)
piper/templates/index.html (+58 -0)
piper/tts.sh (+5 -0)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+56 -3)

📄 Description

Clean integration of lightweight Piper TTS.


🔄 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/406 **Author:** [@oliverbob](https://github.com/oliverbob) **Created:** 1/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`d8ddf4d`](https://github.com/open-webui/open-webui/commit/d8ddf4d3f04069d02f73eca36c44a2a459d31a50) Integration of Piper TTS ### 📊 Changes **8 files changed** (+473 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+2 -1) ➕ `piper/app.py` (+29 -0) ➕ `piper/piper_tts_integration.md` (+323 -0) ➕ `piper/static/welcome.mp3` (+0 -0) ➕ `piper/static/welcome.wav` (+0 -0) ➕ `piper/templates/index.html` (+58 -0) ➕ `piper/tts.sh` (+5 -0) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+56 -3) </details> ### 📄 Description Clean integration of lightweight Piper TTS. --- <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:16:57 -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#7111