mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #4991] Feature request: allow downloading of generated TTS #52482
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?
Originally created by @cduk on GitHub (Aug 28, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4991
Currently text to speech is supported and the output is cached in fragments.
It would be useful if the UI presented an option to download the generated speech as a single MP3 file.
@silentoplayz commented on GitHub (Aug 28, 2024):
There is an ElevenLabs TTS Function available on the Open WebUI community website that you can import directly into your Open WebUI instance. Once configured, you can directly download auto of generated Text-To-Speech.
https://openwebui.com/f/justinrahb/elevenlabs_tts/
@cduk commented on GitHub (Aug 28, 2024):
Thanks. Does this work only with ElevenLabs generated TTS samples? I currently use an OpenAI compatible audio endpoint which points to a custom server.