Skip to content

Commit fe624e7

Browse files
authored
Update test-codec-alac.ino
1 parent 291eb90 commit fe624e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* @file test-codec-alac.ino
33
* @author Phil Schatzmann
44
* @brief generate sine wave -> encoder -> decoder -> audiokit (i2s)
5+
* @note Activate PSRAM or dicrease the frame size e.g. by adding 1024 to the constructor of the enc_alac and dec_alac
56
* @version 0.1
67
*
78
* @copyright Copyright (c) 2025
@@ -56,4 +57,4 @@ void setup() {
5657

5758
void loop() {
5859
copier.copy();
59-
}
60+
}

0 commit comments

Comments
 (0)