| 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,
|
|
|