Documentation

Support

Vivox Core SDK

Vivox Core SDK

Shut down text-to-speech

Learn about text-to-speech functionality.
Read time 1 minuteLast updated 20 hours ago

When you are finished using text-to-speech (TTS) functionality, we recommend that you shut down the TTS manager. This removes all ongoing and enqueued messages, and safely releases all memory associated with TTS objects (other than
vx_tts_utterance_t
structs, which you must still explicitly destroy).
vx_tts_status status = vx_tts_shutdown(&managerId);

Shut down text-to-speech • Vivox Core SDK • Unity Docs