MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / Spkr_DSUninit

Function Spkr_DSUninit

source/Speaker.cpp:924–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922}
923
924static void Spkr_DSUninit()
925{
926 if(SpeakerVoice.lpDSBvoice && SpeakerVoice.bActive)
927 DSVoiceStop(&SpeakerVoice);
928
929 DSReleaseSoundBuffer(&SpeakerVoice);
930}
931
932//=============================================================================
933

Callers 1

SpkrDestroyFunction · 0.85

Calls 2

DSVoiceStopFunction · 0.85
DSReleaseSoundBufferFunction · 0.85

Tested by

no test coverage detected