Support audio loopback on Windows using WASAPI

This commit is contained in:
loki
2020-01-15 18:31:28 +01:00
parent 05fc550c0e
commit 0eebcf7836
13 changed files with 383 additions and 44 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ public:
_cv.notify_all();
}
bool running() const {
[[nodiscard]] bool running() const {
return _continue;
}