diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
| commit | 30325d24d107dbf133da39f7c96d1510fd1c9449 (patch) | |
| tree | 932baa5b2a4475821f16dccf9e3e05011daa6d92 /nlp.h | |
| parent | 9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff) | |
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
Diffstat (limited to 'nlp.h')
| -rw-r--r-- | nlp.h | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -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 | ||
| 33 | void *nlp_create(C2CONST *c2const); | 34 | void *nlp_create(C2CONST *c2const); |
| 34 | void nlp_destroy(void *nlp_state); | 35 | void nlp_destroy(void *nlp_state); |
| 35 | float nlp(void *nlp_state, float Sn[], int n, | 36 | float 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 |
