mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
A dynamic tts approach #1859
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 @jsjsam98 on GitHub (Aug 22, 2024).
Is your feature request related to a problem? Please describe.
I noticed that current tts model is manually set on admin panel. But as a bilingual user, I would like the tts to be able to generate speech based on the output language. e.g.(I ask chat how to say Apple in Chinese, i would like to hear ‘apple’ pronounced in Chinese.
Describe the solution you'd like
online: google language detection
local: https://github.com/pemistahl/lingua-py
Describe alternatives you've considered
User should select primary and secondary language, to make language detection process easier
Additional context
I can start work on this feature cuz it would be helpfull to me :)
@silentoplayz commented on GitHub (Aug 23, 2024):
Related - https://github.com/open-webui/open-webui/issues/2256