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

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

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/DynamicsCompressor.cpp ('k') | Source/platform/audio/DynamicsCompressorKernel.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/DynamicsCompressorKernel.h
diff --git a/Source/platform/audio/DynamicsCompressorKernel.h b/Source/platform/audio/DynamicsCompressorKernel.h
index f385c80725db3e9b7bf98839e9d9b925f6eff9af..b2492e8abbdd6b1935892ba59d8be3c521f2fb81 100644
--- a/Source/platform/audio/DynamicsCompressorKernel.h
+++ b/Source/platform/audio/DynamicsCompressorKernel.h
@@ -45,7 +45,7 @@ public:
void setNumberOfChannels(unsigned);
// Performs stereo-linked compression.
- void process(float* sourceChannels[],
+ void process(const float* sourceChannels[],
float* destinationChannels[],
unsigned numberOfChannels,
unsigned framesToProcess,
« no previous file with comments | « Source/platform/audio/DynamicsCompressor.cpp ('k') | Source/platform/audio/DynamicsCompressorKernel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698