mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
technical question about controlling a variable for speech playback during voice recording. #1076
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 @littledot2020 on GitHub (May 30, 2024).
Hello, I have a technical question about controlling a variable for speech playback during voice recording. I want to control the value of the 'speaking' variable in ResponseMessage.svelte from ResponseInput.svelte. How should the components handle this?
The specific reason for doing this is that voice recording has been integrated with an external remote speech instant recognition feature. We need to manually check if the TTS (text-to-speech) is speaking, turn off TTS playback, and control the playback icon to be in a normal state.