Fix bad check in AudioBufferSourceNode::renderFromBuffer() that is causing us to incorrectly output silence and failing many WPT tests.
Created attachment 406602 [details] Patch
Comment on attachment 406602 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=406602&action=review > Source/WebCore/Modules/webaudio/AudioBufferSourceNode.cpp:249 > + if (fabs(pitchRate) > virtualDeltaFrames) std::abs is better than fabs
Created attachment 406605 [details] Patch
Committed r265683: <https://trac.webkit.org/changeset/265683> All reviewed patches have been landed. Closing bug and clearing flags on attachment 406605 [details].
<rdar://problem/67085393>