Zane Reick
Zane Reick
Is that directory set to read only in the docker configuration?
From my research this would require a rewrite of the chunk of code that select.poll() runs in and on. There seems to be no easy way to implement select.poll() on...
This sounds like a bug to me. What system are you experiencing this issue on?
Yeah, this is most likely a bug. In the code for eSpeak it appears that there is nothing resetting the isBusy variable back to false, and as for NSSS, it...
What audio driver are you using? pyttsx3 does not take exclusive control of the audio device, it merely interfaces with the system speech synthesizer, which is where your issue might...
@redreamality This will most likely not be merged until the conflicts are resolved in your repository.
@3861EW Hey, if this is still an issue, I might be able to help. pyttsx3 is blocking in how it executes, and so is tkinter. This can create issues when...
Howdy, The debug=True is just for extra debugging info to make issues in code execution easier to find. I recommend using it when developing. I do not program on Mac,...
What TTS engine are you using on your Linux tests?
RHVoice is a speech synthesis engine, and there is no wrapper in PyTTSX3 for it. So anything you do with it won't really impact PyTTSX3 or even be accessible from...