mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-14 16:40:54 +00:00
Fixes an error with the CoreAudio backend, which apparently doesn't allow you to set the volume before starting the stream: ``` 59:31:087 AudioCommon/CoreAudioSoundStream.cpp:97 E[Audio]: error setting volume ``` This shouldn't cause any problems with other backends, since the mixer starts with silence anyways. |
||
|---|---|---|
| .. | ||
| aldlist.cpp | ||
| aldlist.h | ||
| AlsaSoundStream.cpp | ||
| AlsaSoundStream.h | ||
| AudioCommon.cpp | ||
| AudioCommon.h | ||
| AudioCommon.vcxproj | ||
| AudioCommon.vcxproj.filters | ||
| CMakeLists.txt | ||
| CoreAudioSoundStream.cpp | ||
| CoreAudioSoundStream.h | ||
| DPL2Decoder.cpp | ||
| DPL2Decoder.h | ||
| Mixer.cpp | ||
| Mixer.h | ||
| NullSoundStream.cpp | ||
| NullSoundStream.h | ||
| OpenALStream.cpp | ||
| OpenALStream.h | ||
| OpenSLESStream.cpp | ||
| OpenSLESStream.h | ||
| PulseAudioStream.cpp | ||
| PulseAudioStream.h | ||
| SoundStream.h | ||
| WaveFile.cpp | ||
| WaveFile.h | ||
| XAudio2_7Stream.cpp | ||
| XAudio2_7Stream.h | ||
| XAudio2Stream.cpp | ||
| XAudio2Stream.h | ||