Resolve codec2_pitch.c warnings.

pull/43/head
Mooneer Salem 2022-08-19 01:26:57 -07:00
parent 0bc04d8c54
commit e6c7b4514f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ struct CODEC2_PITCH_S {
float prev_f0;
void *nlp_states;
float *w; /* time domain hamming window */
COMP W[FFT_ENC]; /* DFT of w[] */
float W[FFT_ENC]; /* DFT of w[] */
};
CODEC2_PITCH *codec2_pitch_create(int *Sn_size, int *new_samples_each_call)