1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Documentation: Fix a minor typo in the interpolator documentation

This commit is contained in:
Anthony Nicholls 2024-02-06 10:30:34 +00:00
parent 72a1a592cd
commit 9dc2751b5c

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