dolphin/Source/Core/AudioCommon
Michael Maltese c538cdcd47 AudioCommon: set volume _after_ starting stream
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.
2017-04-20 02:06:42 -07:00
..
aldlist.cpp
aldlist.h
AlsaSoundStream.cpp
AlsaSoundStream.h
AudioCommon.cpp AudioCommon: set volume _after_ starting stream 2017-04-20 02:06:42 -07:00
AudioCommon.h
AudioCommon.vcxproj Remove libao sound backend 2017-03-31 14:59:57 -07:00
AudioCommon.vcxproj.filters Remove libao sound backend 2017-03-31 14:59:57 -07:00
CMakeLists.txt Mixer: Implement audio stretching 2017-04-12 13:56:28 +01:00
CoreAudioSoundStream.cpp
CoreAudioSoundStream.h
DPL2Decoder.cpp
DPL2Decoder.h
Mixer.cpp Mixer: Tweak audio stretch parameters 2017-04-12 17:56:58 +01:00
Mixer.h Mixer: Use a temporary buffer when stretching audio 2017-04-12 14:58:20 +01:00
NullSoundStream.cpp
NullSoundStream.h
OpenALStream.cpp OpenALStream: Remove audio stretching 2017-04-12 13:15:00 +01:00
OpenALStream.h OpenALStream: Remove audio stretching 2017-04-12 13:15:00 +01:00
OpenSLESStream.cpp
OpenSLESStream.h
PulseAudioStream.cpp
PulseAudioStream.h
SoundStream.h
WaveFile.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
WaveFile.h
XAudio2_7Stream.cpp C++ conformance fixes (MSVC /permissive-) 2017-02-15 20:37:04 -08:00
XAudio2_7Stream.h
XAudio2Stream.cpp C++ conformance fixes (MSVC /permissive-) 2017-02-15 20:37:04 -08:00
XAudio2Stream.h