Skip to content

Commit c0b45de

Browse files
committed
change default number of channels to 2
1 parent 3e4bd4c commit c0b45de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlackHole/BlackHole.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ static UInt32 gDataSource_Input_Master_Value = 0;
161161
static UInt32 gDataSource_Output_Master_Value = 0;
162162

163163
#define LATENCY_FRAME_SIZE 0
164-
#define NUMBER_OF_CHANNELS 16
164+
#define NUMBER_OF_CHANNELS 2
165165
#define BITS_PER_CHANNEL 32
166166
#define BYTES_PER_CHANNEL (BITS_PER_CHANNEL / 8)
167167
#define BYTES_PER_FRAME (NUMBER_OF_CHANNELS * BYTES_PER_CHANNEL)

0 commit comments

Comments
 (0)