mirror of https://github.com/drowe67/LPCNet.git
Resolve codec2_pitch.c warnings.
parent
0bc04d8c54
commit
e6c7b4514f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue