mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-14 19:16:08 -05:00
feat: general TTS improvements #185
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 @horiacristescu on GitHub (Jan 15, 2024).
Is your feature request related to a problem? Please describe.
Allow selecting the voice/speed for TTS and start speech immediately as we have text, not after it stops generating. The default voice is not great on Mac OS.
Alternatively, allow selection of text in order to trigger system TTS. By comparison, OpenAI's chat interface does not hinder text selection and system TTS while appending words to the last paragraph.
Describe the solution you'd like
When you generate a response, it is impossible to select a paragraph because selection moves by itself to include everything.
When using TTS there is no way to set the voice and speed, forcing low quality TTS on the users.
Describe alternatives you've considered
Either support better copy & paste while appending words, or improve the TTS config.
Additional context
@justinh-rahb commented on GitHub (Jan 16, 2024):
Related: #126
@tjbck commented on GitHub (Feb 6, 2024):
I'll merge this issue with #126, let's continue our discussion there!