summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon
AgeCommit message (Expand)Author
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2021-01-12AudioCommon/WASAPI: Construct std::thread with invoke semantics instead of a ...Silent
2021-01-12AudioCommon/WASAPI: Factorize device enumeration logic into a function to gre...Silent
2021-01-12AudioCommon/WASAPI: Do volume adjustment only when really neededSilent
2021-01-12AudioCommon/WASAPI: Remove thread unsafe nullptr checks giving a false sense ...Silent
2021-01-12AudioCommon/WASAPI: Use std::string_view where applicableSilent
2021-01-12AudioCommon/WASAPI: Use leaner memory model on m_running, no need for a full ...Silent
2021-01-12AudioCommon/WASAPI: Simplify thread synchronization model by not detaching WA...Silent
2021-01-12AudioCommon/WASAPI: Use WRL/WIL whenever possibleSilent
2021-01-12AudioCommon: Make HandleWinAPI handle all success return values properly, not...Silent
2020-11-27AudioCommon: Convert alerts over to fmt-based variantsLioncash
2020-10-26Merge pull request #9071 from orbea/cmakeLéo Lam
2020-10-21AudioCommon: Migrate logging over to fmtLioncash
2020-10-21Common/Log: Add basic fmt-capable functions to the interface.Lioncash
2020-10-19CMake: Fix build errors exposed by making common dependent on fmtJosJuice
2020-10-11AudioStretcher: Keep default parameters.Jordan Woyak
2020-09-08cmake: Silence warnings.orbea
2020-09-07Merge pull request #9055 from JosJuice/gc-sample-rateLC
2020-09-06AudioCommon: Get initial sample rates from AudioInterfaceJosJuice
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for dolphin)Shawn Hoffman
2020-08-22prettify some constructs in vcxproj filesShawn Hoffman
2020-04-29Externals: Fix OpenAL include directory.degasus
2020-04-29Externals: Alter the soundtouch include directory.degasus
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