TtsSystemTerminate

One-time shutdown of the Vocalizer library.

This function must be called only once for each process (calling it more than once per process could cause memory leaks or crashes). It must be called after closing all Vocalizer TTS engine instances, no other Vocalizer API calls may be made for the remainder of the process lifetime after this API function is called except for NVSClientTerminate, which is required to terminate the Vocalizer client.

TTSRETVAL TtsSystemTerminate(
 void);