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 --- codec2_internal.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'codec2_internal.h') diff --git a/codec2_internal.h b/codec2_internal.h index 498a6c4..b46e358 100644 --- a/codec2_internal.h +++ b/codec2_internal.h @@ -42,7 +42,7 @@ struct CODEC2 { codec2_fft_cfg fft_fwd_cfg; /* forward FFT config */ codec2_fftr_cfg fftr_fwd_cfg; /* forward real FFT config */ float *w; /* [m_pitch] time domain hamming window */ - COMP W[FFT_ENC]; /* DFT of w[] */ + float W[FFT_ENC]; /* DFT of w[] */ float *Pn; /* [2*n_samp] trapezoidal synthesis window */ float *bpf_buf; /* buffer for band pass filter */ float *Sn; /* [m_pitch] input speech */ @@ -82,6 +82,8 @@ struct CODEC2 { unsigned int nse; /* number of terms in sum */ float *user_rate_K_vec_no_mean_; /* optional, user supplied vector for quantisation experiments */ int post_filter_en; + float eq[NEWAMP1_K]; /* optional equaliser */ + int eq_en; /*newamp2 states (also uses newamp1 states )*/ float energy_prev; -- cgit v1.2.3