some small speed further optimization to 24 bits SPDIF

This commit is contained in:
philippe44
2023-09-22 22:38:37 -07:00
parent 456f16fc79
commit b413780048
2 changed files with 22 additions and 32 deletions

View File

@@ -26,7 +26,7 @@
#include "cJSON.h"
#include "tools.h"
#define PSEUDO_IDLE_STACK_SIZE (6*1024)
#define PSEUDO_IDLE_STACK_SIZE (8*1024)
#define MONITOR_TIMER (10*1000)
#define SCRATCH_SIZE 256