summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/WASAPIStream.cpp
AgeCommit message (Expand)Author
2025-11-22AudioCommon / VideoBackends / WinUpdater - cleanup WRL codeoltolm
2025-06-07Merge pull request #13697 from tygyh/AudioCommon/Remove-unused-includesJordan Woyak
2025-05-30AudioCommon: Remove unused qualifiers and make variables constantDr. Dystopia
2025-05-25AudioCommon: Remove unused includesDr. Dystopia
2023-01-23windows: replace comdef dependency with winrtShawn Hoffman
2022-01-09Use HRWrap in remaining locationsPokechu22
2021-10-15Port Main.DSP to MainSettingssowens99
2021-08-08AudioCommon: rename isValid() to IsValid()Tillmann Karras
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
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-10-21AudioCommon: Migrate logging over to fmtLioncash
2019-08-15Fix implicit false-to-nullptr conversionsQuellaZhang
2018-05-26AudioCommon: Implement WASAPIspycrab