index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
AudioCommon
Age
Commit message (
Expand
)
Author
2019-04-06
Minor changes to usages of std::condition_variable.
Jordan Woyak
2019-03-18
Allow XAudio2 to be selected as a surround backend.
LAGonauta
2019-03-18
Added DPL2 decoder to XAudio2 and XAudio2_7 backends.
LAGonauta
2019-02-13
Removed FFDShow DPL2 decoder
LAGonauta
2019-02-13
Removed zeroing-out the LFE as it is not needed anymore.
LAGonauta
2019-02-13
Cleaned up PulseAudio as we now use FreeSurround
LAGonauta
2019-02-13
Swapped FFDShow's DPL2 decoder by FreeSurround
LAGonauta
2018-10-20
Update to Visual Studio's default Windows SDK
Tillmann Karras
2018-05-26
AudioCommon: Implement WASAPI
spycrab
2018-04-12
Reformat all the things!
spycrab
2018-03-22
AudioCommon/CMakelists: Migrate off add_dolphin_library
Lioncash
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2018-03-09
Change FATAL_ERROR to STATUS message for OpenAL not found in externals
Ryan Meredith
2017-11-19
AudioCommon: make SetSoundStreamRunning idempotent
Michael M
2017-11-19
SoundStream: change Start/Stop to Init/SetRunning/destruct
Michael M
2017-11-19
CubebStream: implement SetRunning
Michael M
2017-11-06
Fix DTK audio not working after loading a savestate
JosJuice
2017-10-24
Merge pull request #6130 from ligfx/emptynullsoundstream
Leo Lam
2017-10-22
Merge pull request #6132 from ligfx/updatecubeb
Leo Lam
2017-10-21
SoundStream: rename Clear(mute) to SetRunning(running)
Michael M
2017-10-21
AudioCommon: rename ClearAudioBuffer(mute) to SetSoundStreamRunning(running)
Michael M
2017-10-21
SoundStream: remove unused m_muted and IsMuted
Michael M
2017-10-21
Externals: update cubeb to kinetiknz/cubeb@c2bd582
Michael M
2017-10-21
NullSoundStream: don't call Mixer->Mix
Michael M
2017-08-22
Remove NonCopyable
JosJuice
2017-06-29
Remove CoreAudio audio backend
Michael Maltese
2017-06-27
Swapped C-style arrays to std::array
LAGonauta
2017-06-27
Removed redundant conversion to float when playing back stereo.
LAGonauta
2017-06-27
Swapped out the sound_sync_event.Wait() call by a simple std::sleep_for.
lfsafady
2017-06-27
Renamed some variables to the current coding standard and some to better
lfsafady
2017-06-27
Changed OpenAL latency setting to really reflect how much time it is.
LAGonauta
2017-06-27
OpenALStream: remove commented-out ALC_REFRESH code
Michael Maltese
2017-06-27
OpenAL: load DLL dynamically
Michael Maltese
2017-06-27
Only build OpenAL on Windows
Michael Maltese
2017-06-27
OpenAL: remove aldlist.cpp
Michael Maltese
2017-06-27
clean up OpenALStream::Start()
Michael Maltese
2017-06-27
OpenALStream: don't include headers if not building
Michael Maltese
2017-06-26
Rename CMixer to Mixer
Michael Maltese
2017-06-15
Move IOFile to a separate file
JosJuice
2017-06-07
msbuild: obey some warnings about missing virtual destructors
Shawn Hoffman
2017-06-06
OpenAL: hardcode that X-Fi supports surround
Michael Maltese
2017-06-06
Fix OpenAL backend on macOS
Michael Maltese
2017-06-05
Merge pull request #5311 from ligfx/mixerdpl2
shuffle2
2017-06-03
might as well update yet some more pointless version numbers..
Shawn Hoffman
2017-06-03
AudioStretcher: split StretchAudio into ProcessSamples / GetStretchedSamples
Michael Maltese
2017-06-03
AudioCommon: extract AudioStretcher class for time-stretching
Michael Maltese
2017-06-03
AudioCommon: move DPL2 decoding into Mixer
Michael Maltese
2017-05-28
upgrade to Windows SDK 10.0.15063.0
BhaaL
2017-05-27
CubebStream: Add missing <vector> include
Lioncash
2017-05-27
Add CubebUtils namespace and hook up cubeb logging
Michael Maltese
[prev]
[next]