Skip to content

Commit

Permalink
Fix blips
Browse files Browse the repository at this point in the history
Reduce timeout between a track ending and the next track starting to 10ms (from 500ms default). This makes the transition virtually unnoticable.
ofthedove committed Jul 20, 2022
1 parent b3739cf commit 51fea5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RainSpeaker/src/main.cpp
Original file line number Diff line number Diff line change
@@ -32,6 +32,8 @@ void setup()
kit.begin(cfg);
kit.setVolume(100);

mySource->setTimeoutAutoNext(10);

// setup player
player.setVolume(0.7);
player.begin();

0 comments on commit 51fea5c

Please sign in to comment.