Bug 240568 - HTMLMediaElement currentTime out of sync with Audio
Summary: HTMLMediaElement currentTime out of sync with Audio
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: iPhone / iPad iOS 15
: P2 Major
Assignee: Nobody
URL: https://codesandbox.io/s/competent-ht...
Keywords: BrowserCompat, InRadar
Depends on:
Blocks:
 
Reported: 2022-05-18 02:36 PDT by Tom Blackmon
Modified: 2023-10-12 12:45 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Blackmon 2022-05-18 02:36:15 PDT
When you set the HTMLAudioElement currentTime, its out of sync with the audio time. This occurs with Mac OS 15 Safari and IOS 15 Chrome and Safari.

In this demonstration the 'T' of tree is cut off and sounds more like 'ree'.
https://codesandbox.io/s/competent-https-o4tnw5?file=/index.html

While this but appears to be related to https://bugs.webkit.org/show_bug.cgi?id=204228 I'm filing this bug since the issue goes beyond issues with AudioContext lining.
Comment 1 Radar WebKit Bug Importer 2022-05-19 06:31:37 PDT
<rdar://problem/93573225>
Comment 2 Ahmad Saleem 2023-10-12 12:45:49 PDT
I am able to reproduce this bug on Safari Technology Preview 180 using attached test case and it definitely has 'ree' rather than 'tree' as in Chrome Canary 120.

Adding 'BrowserCompat' since only Safari has it wrong.