Browse Source

Documentation: Fix a minor typo in the interpolator documentation

v7.0.12
Anthony Nicholls Tom Poole 2 years ago
parent
commit
4fab5b2966
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      modules/juce_audio_basics/utilities/juce_Interpolators.h

+ 2
- 1
modules/juce_audio_basics/utilities/juce_Interpolators.h View File

@@ -158,7 +158,8 @@ public:
Note that the resampler is stateful, so when there's a break in the continuity
of the input stream you're feeding it, you should call reset() before feeding
it any new data. And like with any other stateful filter, if you're resampling
multiple channels, make sure each one uses its own LinearInterpolator object.
multiple channels, make sure each one uses its own WindowedSincInterpolator
object.
@see GenericInterpolator


Loading…
Cancel
Save