Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/biquad-tail.html

Issue 1885723003: Implement Biquad lowpass and highpass filters according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/biquad-tail.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/biquad-tail.html b/third_party/WebKit/LayoutTests/webaudio/biquad-tail.html
index 6a66c7d6585fe4a81d149c0e21735fb8af0873aa..ef28b1ead895e6988a13d57df8fe5e821245d6a0 100644
--- a/third_party/WebKit/LayoutTests/webaudio/biquad-tail.html
+++ b/third_party/WebKit/LayoutTests/webaudio/biquad-tail.html
@@ -24,7 +24,7 @@
// The output of the biquad filter should not change by more than this much between output
// samples. Threshold was determined experimentally.
- var glitchThreshold = 0.0129;
+ var glitchThreshold = 0.012968;
// Test that a Biquad filter doesn't have it's output terminated because the input has gone
// away. Generally, when a source node is finished, it disconnects itself from any downstream

Powered by Google App Engine
This is Rietveld 408576698