diff options
Diffstat (limited to 'nlp.h')
-rw-r--r-- | nlp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,6 +33,6 @@ | |||
33 | void *nlp_create(C2CONST *c2const); | 33 | void *nlp_create(C2CONST *c2const); |
34 | void nlp_destroy(void *nlp_state); | 34 | void nlp_destroy(void *nlp_state); |
35 | float nlp(void *nlp_state, float Sn[], int n, | 35 | float nlp(void *nlp_state, float Sn[], int n, |
36 | float *pitch_samples, COMP Sw[], COMP W[], float *prev_f0); | 36 | float *pitch_samples, COMP Sw[], float W[], float *prev_f0); |
37 | 37 | ||
38 | #endif | 38 | #endif |