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
Thanks for that. But I'm not clear whether that's something I should do, or something the pyttsx3 developers will be doing. Could you claify that please.
The package generates 61 DEBUG logging entries when the engine is init'd and 223 entries each time say() is called. The latter are all of the form
unimplemented method _ISpeechVoiceEvents_Word called
<comtypes.client._events.CreateEventReceiver..Sink object at 0x000001FD82E8FB50>.Release() -> 1
<comtypes.client._events.CreateEventReceiver..Sink object at 0x000001FD82E8FB50>.AddRef() -> 2
unimplemented method _ISpeechVoiceEvents_Phoneme called
<comtypes.client._events.CreateEventReceiver..Sink object at 0x000001FD82E8FB50>.Release() -> 1
<comtypes.client._events.CreateEventReceiver..Sink object at 0x000001FD82E8FB50>.AddRef() -> 2
unimplemented method _ISpeechVoiceEvents_Viseme called
<comtypes.client._events.CreateEventReceiver..Sink object at 0x000001FD82E8FB50>.Release() -> 1
<comtypes.client._events.CreateEventReceiver..Sink object at 0x000001FD82E8FB50>.AddRef() -> 2
unimplemented method _ISpeechVoiceEvents_Phoneme called
<comtypes.client._events.CreateEventReceiver..Sink object at 0x000001FD82E8FB50>.Release() -> 1
<comtypes.client._events.CreateEventReceiver..Sink object at 0x000001FD82E8FB50>.AddRef() -> 2
The speech reproduction is nevertheless perfect! I can't use the package if it generates all these messages.
The text was updated successfully, but these errors were encountered: