You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system_modules/napfft/src/fftaudionodecomponent.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ namespace nap
33
33
nap::ComponentPtr<audio::AudioComponentBase> mInput; ///< Property: 'Input' The component whose audio output will be measured.
34
34
FFTBuffer::EOverlap mOverlaps = FFTBuffer::EOverlap::One; ///< Property: 'Overlaps' Number of overlaps, more increases fft precision in exchange for performance
35
35
intmChannel = 0; ///< Property: 'Channel' Channel of the input that will be analyzed.
36
+
intmFFTBufferSize = 2048; ///< Property: 'FFTBufferSize' Number of samples being analyzed per window.
0 commit comments