Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[GTK][GStreamer] Web Audio - Media element source - Audio is cracking.
https://bugs.webkit.org/show_bug.cgi?id=196293 Patch by Philippe Normand <pnormand@igalia.com> on 2021-04-06 Reviewed by Xabier Rodriguez-Calvar. The provider client might request samples faster than the current clock speed, so this sink should process buffers as fast as possible. The cracks were consequence of the audio sink of the AudioDestination starving off. * platform/audio/gstreamer/AudioSourceProviderGStreamer.cpp: (WebCore::AudioSourceProviderGStreamer::handleNewDeinterleavePad): Canonical link: https://commits.webkit.org/236169@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@275512 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
d493665
commit 861f571fa82a0a45293cc8e546b9ef5e7dbbca4d
Showing
2 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters