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

View File

@@ -18,6 +18,7 @@
#include "config.h"
#include "thread_pool.h"
#include "platform/common.h"
extern "C" {
#include <rs.h>
}