Skip to content

Commit c1e749d

Browse files
committed
increasing MAX_PACKET in oac_demo
1 parent 27ac85a commit c1e749d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oac_demo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# include "lossgen.h"
7777
#endif
7878

79-
#define MAX_PACKET 15000
79+
#define MAX_PACKET (1276*OAC_MAX_AMBISONICS_CHANNELS)
8080

8181
#ifdef ENABLE_QEXT
8282
# define MAX_SAMPLING_RATE 96000

0 commit comments

Comments
 (0)