diff options
Diffstat (limited to 'src/nlp.h')
| -rw-r--r-- | src/nlp.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -29,10 +29,11 @@ #define __NLP__ #include "comp.h" +#include "defines.h" void *nlp_create(C2CONST *c2const); void nlp_destroy(void *nlp_state); -float nlp(void *nlp_state, float Sn[], int n, - float *pitch_samples, COMP Sw[], float W[], float *prev_f0); +float nlp(void *nlp_state, float Sn[], int n, float *pitch_samples, COMP Sw[], + float W[], float *prev_f0); #endif |
