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