Expand description

FFT processor implementation with windowing & overlap, wraps rustfft.

rustfft audio-processor, forwards or backwards, real-time safe, FFT.

Applies a Hann window by default. Several window functions are exported by [audio_processor_analysis::window_functions].

Then performs FFT with N bins.

Overlap is configurable

Structs

Enums

  • Represents a FFT direction, IE a forward FFT or an inverse FFT

Type Aliases