Browse Source

Documentation typo fix

tags/2021-05-28
jules 7 years ago
parent
commit
8d8c69beb8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_dsp/processors/juce_Oversampling.h

+ 1
- 1
modules/juce_dsp/processors/juce_Oversampling.h View File

@@ -50,7 +50,7 @@ class OversamplingEngine;
Choose between FIR or IIR filtering depending on your needs in term of Choose between FIR or IIR filtering depending on your needs in term of
latency and phase distortion. With FIR filters, the phase is linear but the latency and phase distortion. With FIR filters, the phase is linear but the
latency is maximum. With IIR filtering, the phase is compromised around the latency is maximum. With IIR filtering, the phase is compromised around the
Nyquist frequency but the phase is minimum.
Nyquist frequency but the latency is minimum.
@see FilterDesign. @see FilterDesign.
*/ */


Loading…
Cancel
Save