[webkit-changes] [WebKit/WebKit] d72323: REGRESSION (iPadOS 17.5): Audio distortion occurs ...
Jean-Yves Avenard
noreply at github.com
Tue May 28 16:29:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d72323075072a471f67c1d17890c475999735f67
https://github.com/WebKit/WebKit/commit/d72323075072a471f67c1d17890c475999735f67
Author: Jean-Yves Avenard <jya at apple.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M Source/WebCore/platform/audio/SharedAudioDestination.cpp
Log Message:
-----------
REGRESSION (iPadOS 17.5): Audio distortion occurs when using AudioContext with a sample rate of 44100Hz and an AudioWorklet
https://bugs.webkit.org/show_bug.cgi?id=274507
rdar://128551401
Reviewed by Jer Noble.
Wait until render has completed on worklet thread before processing the next one.
* Source/WebCore/platform/audio/SharedAudioDestination.cpp:
(WebCore::SharedAudioDestination::sharedRender):
Canonical link: https://commits.webkit.org/279409@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list