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

Unified Diff: Source/platform/audio/DynamicsCompressorKernel.cpp

Issue 152333003: Remove emphasis/de-emphasis filters from DynamicsCompressor. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expected result. Created 6 years, 10 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 | « Source/platform/audio/DynamicsCompressorKernel.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/DynamicsCompressorKernel.cpp
diff --git a/Source/platform/audio/DynamicsCompressorKernel.cpp b/Source/platform/audio/DynamicsCompressorKernel.cpp
index 061030cfe3965e127f9bea8d6435b1d0a697f39f..41869b7472eb33f5ccb324ef31e073c2859544ee 100644
--- a/Source/platform/audio/DynamicsCompressorKernel.cpp
+++ b/Source/platform/audio/DynamicsCompressorKernel.cpp
@@ -201,7 +201,7 @@ float DynamicsCompressorKernel::updateStaticCurveParameters(float dbThreshold, f
return m_K;
}
-void DynamicsCompressorKernel::process(float* sourceChannels[],
+void DynamicsCompressorKernel::process(const float* sourceChannels[],
float* destinationChannels[],
unsigned numberOfChannels,
unsigned framesToProcess,
« no previous file with comments | « Source/platform/audio/DynamicsCompressorKernel.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698