Skip to content

Commit 8688b41

Browse files
committed
Increase buffer size
1 parent 69a4dc9 commit 8688b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MKRZeroSend/MKRZeroSend.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#define VOLUME 12000
4242

4343
#define NUM_BUFFERS 2
44-
#define BUFFER_SIZE 256
44+
#define BUFFER_SIZE 512
4545
#define SAMPLE_RATE 44100
4646

4747
// Global variables -------------------------------------------

0 commit comments

Comments
 (0)