From 30325d24d107dbf133da39f7c96d1510fd1c9449 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 15 Aug 2025 12:42:40 +0200 Subject: Bump to codec2 version 1.2.0 --- nlp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nlp.h') diff --git a/nlp.h b/nlp.h index 9e427c2..4b56c4f 100644 --- a/nlp.h +++ b/nlp.h @@ -29,10 +29,11 @@ #define __NLP__ #include "comp.h" +#include "defines.h" void *nlp_create(C2CONST *c2const); void nlp_destroy(void *nlp_state); -float nlp(void *nlp_state, float Sn[], int n, - float *pitch_samples, COMP Sw[], float W[], float *prev_f0); +float nlp(void *nlp_state, float Sn[], int n, float *pitch_samples, COMP Sw[], + float W[], float *prev_f0); #endif -- cgit v1.2.3