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

Method Unmute

source/SSI263.cpp:984–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982}
983
984void SSI263::Unmute(void)
985{
986 if (SSI263SingleVoice.bActive && SSI263SingleVoice.bMute)
987 {
988 SSI263SingleVoice.lpDSBvoice->SetVolume(SSI263SingleVoice.nVolume);
989 SSI263SingleVoice.bMute = false;
990 }
991}
992
993void SSI263::SetVolume(uint32_t dwVolume, uint32_t dwVolumeMax)
994{

Callers 1

MuteControlMethod · 0.80

Calls 1

SetVolumeMethod · 0.45

Tested by

no test coverage detected