Skip to content

Commit

Permalink
Seems likely MicroPython will land here
Browse files Browse the repository at this point in the history
So let's try that for perf testing.
  • Loading branch information
microbit-matt-hillsdon committed Aug 27, 2024
1 parent c1f389c commit 73c035e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ extern uint32_t rng_generate_random_word(void);
((mp_raise_NotImplementedError(MP_ERROR_TEXT("simulator limitation: asm_thumb code"))), p)

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

#endif

0 comments on commit 73c035e

Please sign in to comment.