Skip to content

Commit 072bbb9

Browse files
committed
make timed_stream apply the start delay
1 parent d49470e commit 072bbb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/SnapOutput.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ class SnapOutput : public AudioInfoSupport {
250250
setPlaybackFactor(p_snap_time_sync->getFactor());
251251
// replaced delay(delay_ms); with timed_stream
252252
timed_stream.setStartMs(delay_ms);
253+
timed_stream.begin();
253254
is_sync_started = true;
254255
result = true;
255256
}

0 commit comments

Comments
 (0)