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 c5dd912 commit 519a5f7Copy full SHA for 519a5f7
examples/examples-audiokit/streams-file_loop-audiokit/streams-file_loop-audiokit.ino
@@ -20,7 +20,7 @@ const int chipSelect=PIN_AUDIO_KIT_SD_CARD_CS;
20
AudioKitStream i2s; // final output of decoded stream
21
EncodedAudioStream decoder(&i2s, new MP3DecoderHelix()); // Decoding stream
22
FileLoop loopingFile;
23
-StreamCopy copier(decoder, audioFile);
+StreamCopy copier(decoder, loopingFile);
24
25
void setup(){
26
Serial.begin(115200);
0 commit comments