Well, consider also the delay of processing. Playback will need to wait until first FFT pack has arrived, so there is a delay of:
DelayInSeconds = FFTSize / SampleRate
With my chosen settings:
DelayInSeconds = 4096 / (44100 1/s) = 0,093 s = 93 ms
It can be heard at the start of playback and is of course an unwanted side effect caused by the algorithm. Nevertheless, it´s not a big deal for me personally.
DelayInSeconds = FFTSize / SampleRate
With my chosen settings:
DelayInSeconds = 4096 / (44100 1/s) = 0,093 s = 93 ms
It can be heard at the start of playback and is of course an unwanted side effect caused by the algorithm. Nevertheless, it´s not a big deal for me personally.