Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AudioWorkletGlobalScope has valid currentFrame during construction.
AudioWorkletGlobalScope is created with 0 currentFrame count, which make currentTime as 0 even though audio context has non zero currentTime. The fix is to pass the currentFrame info during creation through AudioWorkletObjectProxy. Bug: 372866278 Change-Id: I717744005588ebc571862367662b0ac2cdb947ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5958713 Commit-Queue: Sunggook Chue <[email protected]> Reviewed-by: Michael Wilson <[email protected]> Reviewed-by: Hongchan Choi <[email protected]> Cr-Commit-Position: refs/heads/main@{#1379851}
- Loading branch information