Use more typical convolution FFT in STFT example

This commit is contained in:
Robbert van der Helm
2022-05-08 02:21:48 +02:00
parent 55eeb689dd
commit 3fe24e7dc6
3 changed files with 28 additions and 29 deletions

View File

@@ -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