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 --- phase.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'phase.h') diff --git a/phase.h b/phase.h index 92909f0..b7f0413 100644 --- a/phase.h +++ b/phase.h @@ -32,8 +32,10 @@ #include "comp.h" void sample_phase(MODEL *model, COMP filter_phase[], COMP A[]); -void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase, COMP filter_phase[]); +void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase, + COMP filter_phase[]); -void mag_to_phase(float phase[], float Gdbfk[], int Nfft, codec2_fft_cfg fwd_cfg, codec2_fft_cfg inv_cfg); +void mag_to_phase(float phase[], float Gdbfk[], int Nfft, + codec2_fft_cfg fwd_cfg, codec2_fft_cfg inv_cfg); #endif -- cgit v1.2.3