mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #8525] feat: Add Speed input for Admin Panel -> Settings -> Audio: TTS Settings #15157
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 @SamuraiBarbi on GitHub (Jan 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8525
Feature Request
Admin Panel -> Settings -> Audio
TTS Settings
When setting the Text-to-Speech Engine to OpenAI, we're able to specify the host, api key, TTS Voice, and TTS Model, however we have no way to specify Speed aka how fast the text is spoken.
Can we please add a Speed input so that requests sent to an OpenAI compatible TTS server include a speed parameter?
Here's an example of speed of 1.25 being included in such a sequest. When I send a speed arg/value to my local TTS server the audio I get back is spoken faster.