Update pmSDL.hpp

WASAPI_LOOPBACK requires WIN32
This commit is contained in:
mancoast
2019-06-04 13:17:25 -04:00
parent c09f951ad0
commit 044ecda874

View File

@ -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