Commit f20ab8a9 authored by David Reid's avatar David Reid

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

parent aa57d052
...@@ -39711,7 +39711,7 @@ TODO: Version 0.12: Swap this logic around so that AudioWorklets are used by def ...@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment