MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / ~VOICE

Method ~VOICE

source/SoundCore.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50// - which is called from WM_DESTROY (when both restarting VM & exiting the app)
51
52VOICE::~VOICE(void)
53{
54 if (lpDSBvoice)
55 {
56 DSVoiceStop(this);
57 DSReleaseSoundBuffer(this);
58 }
59}
60
61//-----------------------------------------------------------------------------
62

Callers

nothing calls this directly

Calls 2

DSVoiceStopFunction · 0.85
DSReleaseSoundBufferFunction · 0.85

Tested by

no test coverage detected