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 e219af7 commit d34beeeCopy full SHA for d34beee
src/api/SnapOutput.h
@@ -246,6 +246,7 @@ class SnapOutput : public AudioInfoSupport {
246
} else {
247
// wait for the audio to become valid
248
ESP_LOGI(TAG, "starting after %d ms", delay_ms);
249
+ setPlaybackFactor(p_snap_time_sync->getFactor());
250
// replaced delay(delay_ms); with timed_stream
251
timed_stream.setStartMs(delay_ms);
252
is_sync_started = true;
0 commit comments