summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/WASAPIStream.h
AgeCommit message (Expand)Author
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2021-08-08AudioCommon: rename isValid() to IsValid()Tillmann Karras
2021-08-08AudioCommon: make SoundLoop() non-virtual and privateTillmann Karras
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-12AudioCommon/WASAPI: Use std::string_view where applicableSilent
2021-01-12AudioCommon/WASAPI: Simplify thread synchronization model by not detaching WA...Silent
2021-01-12AudioCommon/WASAPI: Use WRL/WIL whenever possibleSilent
2018-05-26AudioCommon: Implement WASAPIspycrab