Re: [python-win32] SAPI COM server

2015-09-16 Thread Jannie Kakpraat
Well no. I select a voice that I have registered in the registry that points to the CLSID of the python win32com dll loader, which to my understanding should then load my class. That is the way I understand SAPI works and how I got it to work with my C implementation. My class as is can be seen on

Re: [python-win32] SAPI COM server

2015-09-08 Thread Tim Roberts
Jannie Kakpraat wrote: > > I'm trying to implement a SAPI com server in order to connect to a > in-house developed TTS Engine. > I have read chapter 5 and 12 of the book, but I am still struggling. > My understanding is that I can > load and register the sapi tbl file, and then just specify that my

[python-win32] SAPI COM server

2015-09-04 Thread Jannie Kakpraat
Hi, I'm trying to implement a SAPI com server in order to connect to a in-house developed TTS Engine. I have read chapter 5 and 12 of the book, but I am still struggling. My understanding is that I can load and register the sapi tbl file, and then just specify that my class is implementing the ISp