-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix crash of concurrent Win TTS synthesis #223
Conversation
Just to chime in. here is a random chunks of debug log
|
3febea4
to
76dbd34
Compare
Rebased to get CI fixes from |
@rkusa Could you resolve conflicts and update the CHANGELOG? |
76dbd34
to
d33e208
Compare
Fixes a crash related to Windows' TTS as reported in Discord. This seems to be caused by a certain concurrency of the synthesis. I don't really know the exact cause (could be Windows - Rust interop), but simply preventing concurrency seems to fix it.