Open Snowman-25 opened 1 month ago
Tried this on macOS + VS Code and TTS output was stopped.
This is likely a Windows specific issue since we handle TTS in core.
Here is how we init the TTS process on Windows: https://github.com/continuedev/continue/blob/0cfcc599de1a54ae0e9c1bbcb09c5f3d0e03a126/core/util/tts.ts#L67-L72
Here's the relevant "kill" logic: https://github.com/continuedev/continue/blob/0cfcc599de1a54ae0e9c1bbcb09c5f3d0e03a126/core/util/tts.ts#L91-L113
My best guess is that we're not finding the process on Windows for some reason.
Before submitting your bug report
Relevant environment info
Description
After activating TTS, while a response is spoken, there's a "Stop TTS"-Button where the 'Cancel' button is when the model is still generating an answer. It doesn't work. TTS-Output doesn't stop.
To reproduce
Log output
No response