mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-16 12:02:07 -05:00
[PR #406] [CLOSED] Integration of Piper TTS #7111
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/406
Author: @oliverbob
Created: 1/6/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
d8ddf4dIntegration of Piper TTS📊 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.