summaryrefslogtreecommitdiff
path: root/nlp.h
diff options
context:
space:
mode:
Diffstat (limited to 'nlp.h')
-rw-r--r--nlp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nlp.h b/nlp.h
index 28a59c3..9e427c2 100644
--- a/nlp.h
+++ b/nlp.h
@@ -33,6 +33,6 @@
33void *nlp_create(C2CONST *c2const); 33void *nlp_create(C2CONST *c2const);
34void nlp_destroy(void *nlp_state); 34void nlp_destroy(void *nlp_state);
35float nlp(void *nlp_state, float Sn[], int n, 35float 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