| Index: Source/core/platform/audio/AudioResamplerKernel.h
|
| diff --git a/Source/core/platform/audio/AudioResamplerKernel.h b/Source/core/platform/audio/AudioResamplerKernel.h
|
| index 28ad276999356ef0cf8a2998214e831e6d8ee96c..8bfb8a8014b65a263d46b5c1cacc7ae6ddc3fbfd 100644
|
| --- a/Source/core/platform/audio/AudioResamplerKernel.h
|
| +++ b/Source/core/platform/audio/AudioResamplerKernel.h
|
| @@ -59,7 +59,7 @@ private:
|
|
|
| AudioResampler* m_resampler;
|
| AudioFloatArray m_sourceBuffer;
|
| -
|
| +
|
| // This is a (floating point) read index on the input stream.
|
| double m_virtualReadIndex;
|
|
|
|
|