From 75c1d69f0a7b05ac700f3e11f4a496ad3c7e2270 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 3 Nov 2021 13:58:02 +0000 Subject: [PATCH] Fix documentation typo --- modules/juce_dsp/processors/juce_DelayLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_dsp/processors/juce_DelayLine.h b/modules/juce_dsp/processors/juce_DelayLine.h index 91d8f29ee4..eb0df16718 100644 --- a/modules/juce_dsp/processors/juce_DelayLine.h +++ b/modules/juce_dsp/processors/juce_DelayLine.h @@ -46,7 +46,7 @@ namespace DelayLineInterpolationTypes /** Successive samples in the delay line will be linearly interpolated. This - type of interpolation has a low compuational cost where the delay can be + type of interpolation has a low computational cost where the delay can be modulated in real time, but it also introduces a low-pass filtering effect into your audio signal.