Skip to content

Commit 519a5f7

Browse files
committed
streams-file_loop-audiokit.ino
1 parent c5dd912 commit 519a5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples-audiokit/streams-file_loop-audiokit/streams-file_loop-audiokit.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const int chipSelect=PIN_AUDIO_KIT_SD_CARD_CS;
2020
AudioKitStream i2s; // final output of decoded stream
2121
EncodedAudioStream decoder(&i2s, new MP3DecoderHelix()); // Decoding stream
2222
FileLoop loopingFile;
23-
StreamCopy copier(decoder, audioFile);
23+
StreamCopy copier(decoder, loopingFile);
2424

2525
void setup(){
2626
Serial.begin(115200);

0 commit comments

Comments
 (0)