AudioCommon/Mixer: Skip sample processing when NullSoundStream is being used.

This commit is contained in:
Jordan Woyak
2025-07-23 17:53:21 -05:00
parent 10cedc90af
commit ff0560574e
3 changed files with 26 additions and 2 deletions
@@ -5,6 +5,9 @@
bool NullSound::Init()
{
// Make Mixer aware that audio output is disabled.
GetMixer()->SetSampleRate(0);
return true;
}