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

Unified Diff: third_party/WebKit/Source/modules/webaudio/BiquadDSPKernel.h

Issue 2839063003: Implement tail processing for AudioNodes (Closed)
Patch Set: Make declaration order consistent Created 3 years, 5 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/Source/modules/webaudio/BiquadDSPKernel.h
diff --git a/third_party/WebKit/Source/modules/webaudio/BiquadDSPKernel.h b/third_party/WebKit/Source/modules/webaudio/BiquadDSPKernel.h
index 915bf2e5677eae34e62f196dc435f7c77c519c64..0a0c4fec2a22257dc0b3b02b7685019f39d749f2 100644
--- a/third_party/WebKit/Source/modules/webaudio/BiquadDSPKernel.h
+++ b/third_party/WebKit/Source/modules/webaudio/BiquadDSPKernel.h
@@ -56,6 +56,7 @@ class BiquadDSPKernel final : public AudioDSPKernel {
float* mag_response,
float* phase_response);
+ bool RequiresTailProcessing() const override;
double TailTime() const override;
double LatencyTime() const override;

Powered by Google App Engine
This is Rietveld 408576698