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 75ded9b commit 94319acCopy full SHA for 94319ac
src/api/SnapOutput.h
@@ -250,6 +250,7 @@ class SnapOutput : public AudioInfoSupport {
250
setPlaybackFactor(p_snap_time_sync->getFactor());
251
// replaced delay(delay_ms); with timed_stream
252
timed_stream.setStartMs(delay_ms);
253
+ timed_stream.begin();
254
is_sync_started = true;
255
result = true;
256
}
0 commit comments