mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add a padding option to StftHelper
This commit is contained in:
@@ -83,7 +83,7 @@ impl Default for PubertySimulator {
|
||||
Self {
|
||||
params: Arc::new(PubertySimulatorParams::default()),
|
||||
|
||||
stft: util::StftHelper::new(2, MAX_WINDOW_SIZE),
|
||||
stft: util::StftHelper::new(2, MAX_WINDOW_SIZE, 0),
|
||||
window_function: Vec::with_capacity(MAX_WINDOW_SIZE),
|
||||
|
||||
plan_for_order: None,
|
||||
|
||||
Reference in New Issue
Block a user