Skip to content

Commit

Permalink
Merge branch 'max_channels_32' into feature/max_channels_32
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjoppen committed Jun 19, 2024
2 parents ab5d33c + 886cfbc commit 04430f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/core/transition_mix.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>

#define MAX_CHANNELS (6)
#define MAX_CHANNELS (32)
#define MAX_SAMPLES (192000)
#define SAMPLE_BYTES(samples, channels) ((samples) * (channels) * sizeof(float))
#define MAX_BYTES SAMPLE_BYTES(MAX_SAMPLES, MAX_CHANNELS)
Expand Down

0 comments on commit 04430f2

Please sign in to comment.