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