From f0b779df6d8b7811e49511fa9f474ccb86db086c Mon Sep 17 00:00:00 2001 From: Julien Verneuil Date: Mon, 5 Apr 2021 05:57:54 +0200 Subject: [PATCH] refactor --- src/fas.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fas.h b/src/fas.h index 7a2bc5c..41feafc 100644 --- a/src/fas.h +++ b/src/fas.h @@ -186,8 +186,7 @@ FAS_FLOAT *fas_white_noise_table = NULL; uint16_t noise_index = 0.; - unsigned int window_size = 8192; - unsigned int hop_size = 2048; + unsigned int hop_size = FAS_STFT_HOP_SIZE; double note_time; FAS_FLOAT note_time_samples;