Merge branch 'spice2x' into spice22x
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
|
||||
#include <windows.h>
|
||||
#include <mmreg.h>
|
||||
#ifndef _MSC_VER
|
||||
#include <ks.h>
|
||||
#include <ksmedia.h>
|
||||
#endif
|
||||
|
||||
namespace hooks::audio {
|
||||
enum class Backend {
|
||||
@@ -16,10 +18,13 @@ namespace hooks::audio {
|
||||
};
|
||||
|
||||
extern bool ENABLED;
|
||||
extern bool VOLUME_HOOK_ENABLED;
|
||||
extern bool USE_DUMMY;
|
||||
extern WAVEFORMATEXTENSIBLE FORMAT;
|
||||
extern std::optional<Backend> BACKEND;
|
||||
extern size_t ASIO_DRIVER_ID;
|
||||
extern bool ASIO_FORCE_UNLOAD_ON_STOP;
|
||||
extern bool LOW_LATENCY_SHARED_WASAPI;
|
||||
|
||||
void init();
|
||||
void stop();
|
||||
|
||||
Reference in New Issue
Block a user