We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f389c commit 73c035eCopy full SHA for 73c035e
src/mpconfigport.h
@@ -129,6 +129,7 @@ extern uint32_t rng_generate_random_word(void);
129
((mp_raise_NotImplementedError(MP_ERROR_TEXT("simulator limitation: asm_thumb code"))), p)
130
131
// The latency of fetching 32 byte audio frames is too much so increase the size
132
-#define AUDIO_OUTPUT_BUFFER_SIZE (64)
+// 128 matches the web audio internal buffer sizes
133
+#define AUDIO_OUTPUT_BUFFER_SIZE (128)
134
135
#endif
0 commit comments