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