Web: Increase the default stack size for the AudioWorklets thread.

This commit is contained in:
David Reid
2024-02-08 15:26:41 +10:00
parent aa57d052da
commit f20ab8a9ee
+1 -1
View File
@@ -39711,7 +39711,7 @@ TODO: Version 0.12: Swap this logic around so that AudioWorklets are used by def
/* The thread stack size must be a multiple of 16. */ /* The thread stack size must be a multiple of 16. */
#ifndef MA_AUDIO_WORKLETS_THREAD_STACK_SIZE #ifndef MA_AUDIO_WORKLETS_THREAD_STACK_SIZE
#define MA_AUDIO_WORKLETS_THREAD_STACK_SIZE 16384 #define MA_AUDIO_WORKLETS_THREAD_STACK_SIZE 131072
#endif #endif
#if defined(MA_USE_AUDIO_WORKLETS) #if defined(MA_USE_AUDIO_WORKLETS)