FFT and FormatConverterStream #2089
-
Full code below. So my simple "take i2s input and detect main frequency" script sort of works fine, except that when i actually input stuff it gets me outputs like this 58.59 ovf => AS1 diff: 0.32 I was assuming this might have to do with the fact that AudioRealFFT can't handle 32bit samples?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I am usually working with 16 bits, so this has never been tested with 32 bits. |
Beta Was this translation helpful? Give feedback.
I am usually working with 16 bits, so this has never been tested with 32 bits.
I committed a correction to process the scaled float values