technical question about controlling a variable for speech playback during voice recording. #1076

Closed
opened 2025-11-11 14:36:48 -06:00 by GiteaMirror · 0 comments
Owner

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.

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1076