add vorbis, tweak SPIRAM/ISRAM stack

This commit is contained in:
philippe44
2019-05-24 00:40:30 -07:00
parent 11fdc4990c
commit 05925261f2
16 changed files with 1079 additions and 4 deletions

View File

@@ -280,8 +280,12 @@
#include <sys/types.h>
#endif /* SUN */
#ifndef PTHREAD_STACK_MIN
#define PTHREAD_STACK_MIN 256
#endif
#define STREAM_THREAD_STACK_SIZE 8 * 1024
#define DECODE_THREAD_STACK_SIZE 32 * 1024
#define DECODE_THREAD_STACK_SIZE 20 * 1024
#define OUTPUT_THREAD_STACK_SIZE 8 * 1024
#define IR_THREAD_STACK_SIZE 8 * 1024
#if !OSX