Skip to content

Commit

Permalink
Fix merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 12, 2024
1 parent f74e5b5 commit 3633144
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/tlTimeline/PlayerPrivate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -803,11 +803,7 @@ namespace tl

// Send audio data to RtAudio.
const auto now = std::chrono::steady_clock::now();
<<<<<<< HEAD
if (!externalTime &&
=======
if (speed == p->timeline->getTimeRange().duration().rate() &&
>>>>>>> 7ddaed7355b0ffa73b983c27c04a326dcce3aac2
!mute &&
now >= muteTimeout &&
nFrames <= getSampleCount(p->audioThread.buffer))
Expand Down

0 comments on commit 3633144

Please sign in to comment.