Browse Source

Fixed a typo.

tags/2021-05-28
jules 10 years ago
parent
commit
f98e97b9a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_basics/effects/juce_FFT.h

+ 1
- 1
modules/juce_audio_basics/effects/juce_FFT.h View File

@@ -62,7 +62,7 @@ public:
The size of the array passed in must be 2 * getSize(), and the first half
should contain your raw input sample data. On return, the array will contain
complex frequency + phase data, and can be passed to performRealOnlyForwardTransform()
complex frequency + phase data, and can be passed to performRealOnlyInverseTransform()
in order to convert it back to reals.
*/
void performRealOnlyForwardTransform (float* inputOutputData) const noexcept;


Loading…
Cancel
Save