I am using SAPI V5.1 speech recognition in my VFP8 based application. I
have noticed that this automation server (sapisvr.exe) keeps using more
and more memory. Is this a memory leak or is this normal? The only way
to release this memory is to re-start this process.
Some of the details are as follows...
1. My OLE, implementing the SAPI events, is session based. I have also
ensured that all 'CreateObject()' based objects are made NULL before
the object references are released.
2. I have created one Public variable that references a 'container'
class based object. All the objects that are required for this SAPI
(and created thru createobject command) are referenced thru the custom
'properties' of this container object.
3. The application uses CFG only for short periods but is in dictation
mode for most of the time.
Thanks
Sati