From 9022d768021bbe15c7815cc6f8b64218b46f0e10 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Thu, 15 Oct 2020 16:27:49 +0200 Subject: Bump to upstream version 0.9.2 --- nlp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nlp.h') diff --git a/nlp.h b/nlp.h index 28a59c3..9e427c2 100644 --- a/nlp.h +++ b/nlp.h @@ -33,6 +33,6 @@ 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[], COMP W[], float *prev_f0); + float *pitch_samples, COMP Sw[], float W[], float *prev_f0); #endif -- cgit v1.2.3