mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Supper non-buffer and non-sidechain inputs in STFT
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user