mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Use more typical convolution FFT in STFT example
This commit is contained in:
@@ -236,7 +236,6 @@ impl Plugin for PubertySimulator {
|
||||
// Negated because pitching down should cause us to take values from higher frequency bins
|
||||
let frequency_multiplier = 2.0f32.powf(-smoothed_pitch_value);
|
||||
|
||||
// Forward FFT, the helper has already applied window function
|
||||
// RustFFT doesn't actually need a scratch buffer here, so we'll pass an empty
|
||||
// buffer instead
|
||||
fft_plan
|
||||
|
||||
Reference in New Issue
Block a user