Skip to content

Commit 9878c3d

Browse files
authored
Update audio.cpp
1 parent ce06139 commit 9878c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/audio.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#include "header.h"
77
#include "option.h"
88

9-
#define AUDIO_BUFFER_SIZE 4096
10-
#define STACKSIZE (4 * 1024)
9+
#define AUDIO_BUFFER_SIZE 4000
10+
#define STACKSIZE (4 * 1000)
1111
#define SOUND_NUMBER 4
1212
#define SNUM 71
1313

0 commit comments

Comments
 (0)