summaryrefslogtreecommitdiff
path: root/nlp.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@bauklotz.fritz.box>2020-10-15 16:27:49 +0200
committerDirk Engling <erdgeist@bauklotz.fritz.box>2020-10-15 16:27:49 +0200
commit9022d768021bbe15c7815cc6f8b64218b46f0e10 (patch)
treee60ed1ea72a21b3873684a5afae67b26a798f927 /nlp.h
parentf02dfce6e6c34b3d8a7b8a0e784b506178e331fa (diff)
Bump to upstream version 0.9.2HEADmaster
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