Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
grz0zrg committed Apr 5, 2021
1 parent 0a61ee8 commit f0b779d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fas.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f0b779d

Please sign in to comment.