diff --git a/src/projectM-sdl/pmSDL.hpp b/src/projectM-sdl/pmSDL.hpp index 7e6d0d1ea..9968353f7 100644 --- a/src/projectM-sdl/pmSDL.hpp +++ b/src/projectM-sdl/pmSDL.hpp @@ -30,8 +30,10 @@ #define pmSDL_hpp -// Disable these for mic input +// Disable LOOPBACK and FAKE audio to enable microphone input +#ifdef WIN32 #define WASAPI_LOOPBACK 1 +#endif /** WIN32 */ #define FAKE_AUDIO 0 // ---------------------------- #define TEST_ALL_PRESETS 0