summaryrefslogtreecommitdiff
path: root/nlp.h
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-08-15 12:42:40 +0200
committererdgeist <erdgeist@erdgeist.org>2025-08-15 12:42:40 +0200
commit30325d24d107dbf133da39f7c96d1510fd1c9449 (patch)
tree932baa5b2a4475821f16dccf9e3e05011daa6d92 /nlp.h
parent9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff)
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
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