Skip to content

Commit 7a5f821

Browse files
committed
I2S examples
1 parent 0e18b4f commit 7a5f821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/examples-stream/streams-memory_mp3_short-i2s-2/streams-memory_mp3_short-i2s-2.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ void setup(){
3737

3838
void sayWord() {
3939
Serial.println("Saying word...");
40+
mp3.begin(); // restart source
4041
helix.begin(); // so that we can repeatedly call this method
4142
copier.copyAll();
4243
helix.end(); // flush output

0 commit comments

Comments
 (0)