We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4bd4c commit c0b45deCopy full SHA for c0b45de
BlackHole/BlackHole.h
@@ -161,7 +161,7 @@ static UInt32 gDataSource_Input_Master_Value = 0;
161
static UInt32 gDataSource_Output_Master_Value = 0;
162
163
#define LATENCY_FRAME_SIZE 0
164
-#define NUMBER_OF_CHANNELS 16
+#define NUMBER_OF_CHANNELS 2
165
#define BITS_PER_CHANNEL 32
166
#define BYTES_PER_CHANNEL (BITS_PER_CHANNEL / 8)
167
#define BYTES_PER_FRAME (NUMBER_OF_CHANNELS * BYTES_PER_CHANNEL)
0 commit comments