Skip to content

Commit

Permalink
Update streams-google-audiokit.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann authored Oct 28, 2023
1 parent 3a2052f commit 448664f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "AudioLibs/AudioKit.h"


URLStream url("ssid","password"); // or replace with ICYStream to get metadata
URLStream url("ssid","password");
AudioKitStream i2s; // final output of decoded stream
EncodedAudioStream dec(&i2s, new MP3DecoderHelix()); // Decoding stream
StreamCopy copier(dec, url); // copy url to decoder
Expand Down Expand Up @@ -54,4 +54,4 @@ void setup(){

void loop(){
copier.copy();
}
}

0 comments on commit 448664f

Please sign in to comment.