Supper non-buffer and non-sidechain inputs in STFT

This commit is contained in:
Robbert van der Helm
2022-03-06 22:26:37 +01:00
parent e61a42e96f
commit b06e67bde7
3 changed files with 233 additions and 29 deletions

View File

@@ -138,10 +138,9 @@ impl Plugin for Stft {
self.stft.process_overlap_add(
buffer,
[],
&self.window_function,
OVERLAP_TIMES,
|_channel_idx, _, real_fft_scratch_buffer| {
|_channel_idx, real_fft_scratch_buffer| {
// Forward FFT, the helper has already applied window function
self.plan
.r2c_plan