You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the skip-ahead logic in audio::LoopbackStream to skip forward by
one more buffer. Because of integer truncation/rounding issues when
converting between units (samples→microseconds), the previous logic
might occasionally not skip-ahead far enough in time. In these cases,
the next buffer generation time would be a point-in-time a few
microseconds in the past, which would rightly trigger a DCHECK().
Bug: 847487
Change-Id: I1b8495e4b9dc71c95ad5bcc6ee5dd252dd54a364
Reviewed-on: https://chromium-review.googlesource.com/1077613
Reviewed-by: Xiangjun Zhang <[email protected]>
Commit-Queue: Yuri Wiitala <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#562692}(cherry picked from commit a157e95)
Reviewed-on: https://chromium-review.googlesource.com/1081475
Reviewed-by: Yuri Wiitala <[email protected]>
Cr-Commit-Position: refs/branch-heads/3440@{#70}
Cr-Branched-From: 010ddcf-refs/heads/master@{#561733}
0 commit comments