summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
2019-04-06Minor changes to usages of std::condition_variable.Jordan Woyak
2019-03-18Allow XAudio2 to be selected as a surround backend.LAGonauta
2019-03-18Added DPL2 decoder to XAudio2 and XAudio2_7 backends.LAGonauta
2019-02-13Removed FFDShow DPL2 decoderLAGonauta
2019-02-13Removed zeroing-out the LFE as it is not needed anymore.LAGonauta
2019-02-13Cleaned up PulseAudio as we now use FreeSurroundLAGonauta
2019-02-13Swapped FFDShow's DPL2 decoder by FreeSurroundLAGonauta
2018-10-20Update to Visual Studio's default Windows SDKTillmann Karras
2018-05-26AudioCommon: Implement WASAPIspycrab
2018-04-12Reformat all the things!spycrab
2018-03-22AudioCommon/CMakelists: Migrate off add_dolphin_libraryLioncash
2018-03-14Assert: Uppercase assertion macrosLioncash
2018-03-09Change FATAL_ERROR to STATUS message for OpenAL not found in externalsRyan Meredith
2017-11-19AudioCommon: make SetSoundStreamRunning idempotentMichael M
2017-11-19SoundStream: change Start/Stop to Init/SetRunning/destructMichael M
2017-11-19CubebStream: implement SetRunningMichael M
2017-11-06Fix DTK audio not working after loading a savestateJosJuice
2017-10-24Merge pull request #6130 from ligfx/emptynullsoundstreamLeo Lam
2017-10-22Merge pull request #6132 from ligfx/updatecubebLeo Lam
2017-10-21SoundStream: rename Clear(mute) to SetRunning(running)Michael M
2017-10-21AudioCommon: rename ClearAudioBuffer(mute) to SetSoundStreamRunning(running)Michael M
2017-10-21SoundStream: remove unused m_muted and IsMutedMichael M
2017-10-21Externals: update cubeb to kinetiknz/cubeb@c2bd582Michael M
2017-10-21NullSoundStream: don't call Mixer->MixMichael M
2017-08-22Remove NonCopyableJosJuice
2017-06-29Remove CoreAudio audio backendMichael Maltese
2017-06-27Swapped C-style arrays to std::arrayLAGonauta
2017-06-27Removed redundant conversion to float when playing back stereo.LAGonauta
2017-06-27Swapped out the sound_sync_event.Wait() call by a simple std::sleep_for.lfsafady
2017-06-27Renamed some variables to the current coding standard and some to betterlfsafady
2017-06-27Changed OpenAL latency setting to really reflect how much time it is.LAGonauta
2017-06-27OpenALStream: remove commented-out ALC_REFRESH codeMichael Maltese
2017-06-27OpenAL: load DLL dynamicallyMichael Maltese
2017-06-27Only build OpenAL on WindowsMichael Maltese
2017-06-27OpenAL: remove aldlist.cppMichael Maltese
2017-06-27clean up OpenALStream::Start()Michael Maltese
2017-06-27OpenALStream: don't include headers if not buildingMichael Maltese
2017-06-26Rename CMixer to MixerMichael Maltese
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-07msbuild: obey some warnings about missing virtual destructorsShawn Hoffman
2017-06-06OpenAL: hardcode that X-Fi supports surroundMichael Maltese
2017-06-06Fix OpenAL backend on macOSMichael Maltese
2017-06-05Merge pull request #5311 from ligfx/mixerdpl2shuffle2
2017-06-03might as well update yet some more pointless version numbers..Shawn Hoffman
2017-06-03AudioStretcher: split StretchAudio into ProcessSamples / GetStretchedSamplesMichael Maltese
2017-06-03AudioCommon: extract AudioStretcher class for time-stretchingMichael Maltese
2017-06-03AudioCommon: move DPL2 decoding into MixerMichael Maltese
2017-05-28upgrade to Windows SDK 10.0.15063.0BhaaL
2017-05-27CubebStream: Add missing <vector> includeLioncash
2017-05-27Add CubebUtils namespace and hook up cubeb loggingMichael Maltese