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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.