Merge branch 'spice2x' into spice22x

This commit is contained in:
[ ]
2025-05-09 02:54:57 +09:00
550 changed files with 78570 additions and 91704 deletions
+5
View File
@@ -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();