Once the phase vocoder is done, I need to make it more realtime (e.g. not several seconds to load & preprocess the data with stft). I think the stft can be done more on the fly, or in another thread. It actually is fast. So it should be possible to start it in background.
Once the phase vocoder is done, I need to make it more realtime (e.g. not several seconds to load & preprocess the data with stft). I think the stft can be done more on the fly, or in another thread. It actually is fast. So it should be possible to start it in background.