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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/biquad-allpass.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/biquad-bandpass.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/biquad-allpass.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/biquad-allpass.html b/third_party/WebKit/LayoutTests/webaudio/biquad-allpass.html
index fa5f3b1e64a2a86e561ee41ed5547b74c9c765c2..8493418b9ad9356f0d2fc474048b46b9a7444004 100644
--- a/third_party/WebKit/LayoutTests/webaudio/biquad-allpass.html
+++ b/third_party/WebKit/LayoutTests/webaudio/biquad-allpass.html
@@ -33,7 +33,10 @@ function runTest() {
{cutoff : .5, q : 0, gain : 1 },
{cutoff : 0.25, q : 10, gain : 1 },
];
- createTestAndRun(context, "allpass", filterParameters);
+ createTestAndRun(context, "allpass", {
+ threshold: 3.9337e-8,
+ filterParameters: filterParameters
+ });
}
runTest();
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/biquad-bandpass.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698