summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
2019-12-29Use std::istringstream or std::ostringstream instead of std::stringstream whe...David Korth
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-11-30Update VS projects/solutions to VS2019Stenzek
2019-11-28Common: Unify logging namespace with CommonLioncash
2019-11-26Android: Add audio volume settingJosJuice
2019-11-11Centralize logic to detect when the DPL2 decoder should be used.LAGonauta
2019-10-22DSP must be set to LLE to select the decoderLAGonauta
2019-10-22Allow user to change DPLII decoding qualityLAGonauta
2019-10-10AudioCommon: Don't forget to call Init() on fallbackStenzek
2019-10-10AlsaSoundStream: Don't call join() on invalid threadStenzek
2019-09-14AudioCommon: if backend is unknown, use default backendMichael M
2019-09-14Remove XAudio2Michael M
2019-08-15Fix implicit false-to-nullptr conversionsQuellaZhang
2019-07-23StringUtil: Use std::string_view moreJosJuice
2019-05-31Merge pull request #8135 from lioncash/cmakeLéo Lam
2019-05-31AudioCommon: Move static locals into the AudioCommon namespaceLioncash
2019-05-31AudioCommon: Use emplace_back instead of push_back in GetSoundBackends()Lioncash
2019-05-31AudioCommon: Use std::string_view with feature querying functionsLioncash
2019-05-31AudioCommon/CMakeLists: Specify headers in target sourcesLioncash
2019-05-14Merge pull request #8087 from spycrab/cmake_win2019spycrab
2019-05-12Common/CMake: Fix Windows buildspycrab
2019-05-11Set Cubeb as default on WindowsMiksel12
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-05-04Merge pull request #7839 from ShFil119/impr/redundantLéo Lam
2019-04-30Remove redundant initializationFilip Gawin
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