46 template <
typename FloatType>
72 bool normalise =
true, FloatType beta = 0);
86 bool normalise =
true, FloatType beta = 0) noexcept;
98 static void fillWindowingTables (FloatType* samples,
size_t size,
WindowingMethod,
99 bool normalise =
true, FloatType beta = 0) noexcept;
102 void multiplyWithWindowingTable (FloatType* samples,
size_t size) noexcept;
#define JUCE_API
This macro is added to all JUCE public class declarations.
WindowingMethod
The windowing methods available.
A class which provides multiple windowing functions useful for filter design and spectrum analyzers...