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 291eb90 commit fe624e7Copy full SHA for fe624e7
examples/tests/codecs/test-codec-alac/test-codec-alac.ino
@@ -2,6 +2,7 @@
2
* @file test-codec-alac.ino
3
* @author Phil Schatzmann
4
* @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
6
* @version 0.1
7
*
8
* @copyright Copyright (c) 2025
@@ -56,4 +57,4 @@ void setup() {
56
57
58
void loop() {
59
copier.copy();
-}
60
+}
0 commit comments