M
Maarten
Hi,
My C# program calls, trough some sort of wrapper, DLL functions of a text to
speech engine. This (dll)wrapper also provides information about the state of
the engine (start event, word event, stop event).
Is it possible to route these events directly to my program, so I do not
have to poll them frequently? The wrapper code can be modified without any
problem
Thanks in advance.
My C# program calls, trough some sort of wrapper, DLL functions of a text to
speech engine. This (dll)wrapper also provides information about the state of
the engine (start event, word event, stop event).
Is it possible to route these events directly to my program, so I do not
have to poll them frequently? The wrapper code can be modified without any
problem
Thanks in advance.