Skip to content

Commit 73c035e

Browse files
Seems likely MicroPython will land here
So let's try that for perf testing.
1 parent c1f389c commit 73c035e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mpconfigport.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ extern uint32_t rng_generate_random_word(void);
129129
((mp_raise_NotImplementedError(MP_ERROR_TEXT("simulator limitation: asm_thumb code"))), p)
130130

131131
// The latency of fetching 32 byte audio frames is too much so increase the size
132-
#define AUDIO_OUTPUT_BUFFER_SIZE (64)
132+
// 128 matches the web audio internal buffer sizes
133+
#define AUDIO_OUTPUT_BUFFER_SIZE (128)
133134

134135
#endif

0 commit comments

Comments
 (0)