We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe624e7 commit 5d657caCopy full SHA for 5d657ca
examples/tests/codecs/test-codec-alac/test-codec-alac.ino
@@ -12,7 +12,7 @@
12
#include "AudioTools/AudioCodecs/CodecALAC.h"
13
#include "AudioTools/AudioLibs/AudioBoardStream.h"
14
15
-SET_LOOP_TASK_STACK_SIZE(16*1024); // 16KB
+// SET_LOOP_TASK_STACK_SIZE(16*1024); // 16KB - not needed
16
17
AudioInfo info(44100, 2, 16);
18
SineWaveGenerator<int16_t> sineWave( 32000); // subclass of SoundGenerator with max amplitude of 32000
0 commit comments