You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2025. It is now read-only.
Hi @Aculeasis,
First, great job expanding this Python binding!
I have Python 3.10 64-bit to reproduce, and RHVoice 1.14 DLL for 64-bit.
Speech synthesis, via streaming or to a file, does successfully.
But, when exit, in any project that uses this, Python freezes. The only way to exit is killing python.exe (from taskkill on Windows). I'm always using 1 thread.
This is also reproduceable in sayshell.py when pressing ctrl+c to exit. May due to threading changes in previous Python versions?
Cheers.