Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiscordMessenger/dm
/ Deinitialize
Method
Deinitialize
src/windows/TextToSpeech.cpp:34–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void TextToSpeech::Deinitialize()
35
{
36
if (g_pVoice)
37
{
38
g_pVoice->Release();
39
g_pVoice = NULL;
40
}
41
42
CoUninitialize();
43
}
44
45
void TextToSpeech::Speak(const std::string& str)
46
{
Callers
1
WindowProc
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected