How does one window audio data for an FFT to avoid leakage across buffers and what is a superior window for this task?
I currently read 1024 samples from the microphone and can apply a window, but am unsure on how to carry these windows across buffers and how to add padding when needed so that there is no spectral leakage.
Are circular buffers used for this?