| Index: Source/core/platform/audio/AudioResampler.h
|
| diff --git a/Source/core/platform/audio/AudioResampler.h b/Source/core/platform/audio/AudioResampler.h
|
| index c0d511f0322055063a7c8de5361507a12e610d13..5ef70ac61269ffcf2d6f78a5f3e2ae6aa124f9f9 100644
|
| --- a/Source/core/platform/audio/AudioResampler.h
|
| +++ b/Source/core/platform/audio/AudioResampler.h
|
| @@ -42,7 +42,7 @@ public:
|
| AudioResampler();
|
| AudioResampler(unsigned numberOfChannels);
|
| ~AudioResampler() { }
|
| -
|
| +
|
| // Given an AudioSourceProvider, process() resamples the source stream into destinationBus.
|
| void process(AudioSourceProvider*, AudioBus* destinationBus, size_t framesToProcess);
|
|
|
|
|