Skip to content

Commit 5d657ca

Browse files
authored
Update test-codec-alac.ino
1 parent fe624e7 commit 5d657ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tests/codecs/test-codec-alac/test-codec-alac.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "AudioTools/AudioCodecs/CodecALAC.h"
1313
#include "AudioTools/AudioLibs/AudioBoardStream.h"
1414

15-
SET_LOOP_TASK_STACK_SIZE(16*1024); // 16KB
15+
// SET_LOOP_TASK_STACK_SIZE(16*1024); // 16KB - not needed
1616

1717
AudioInfo info(44100, 2, 16);
1818
SineWaveGenerator<int16_t> sineWave( 32000); // subclass of SoundGenerator with max amplitude of 32000

0 commit comments

Comments
 (0)