mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-19 21:15:27 +00:00
Update pmSDL.hpp
WASAPI_LOOPBACK requires WIN32
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user