summaryrefslogtreecommitdiff
path: root/phase.h
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-08-15 12:42:40 +0200
committererdgeist <erdgeist@erdgeist.org>2025-08-15 12:42:40 +0200
commit30325d24d107dbf133da39f7c96d1510fd1c9449 (patch)
tree932baa5b2a4475821f16dccf9e3e05011daa6d92 /phase.h
parent9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff)
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
Diffstat (limited to 'phase.h')
-rw-r--r--phase.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/phase.h b/phase.h
index 92909f0..b7f0413 100644
--- a/phase.h
+++ b/phase.h
@@ -32,8 +32,10 @@
32#include "comp.h" 32#include "comp.h"
33 33
34void sample_phase(MODEL *model, COMP filter_phase[], COMP A[]); 34void sample_phase(MODEL *model, COMP filter_phase[], COMP A[]);
35void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase, COMP filter_phase[]); 35void phase_synth_zero_order(int n_samp, MODEL *model, float *ex_phase,
36 COMP filter_phase[]);
36 37
37void mag_to_phase(float phase[], float Gdbfk[], int Nfft, codec2_fft_cfg fwd_cfg, codec2_fft_cfg inv_cfg); 38void mag_to_phase(float phase[], float Gdbfk[], int Nfft,
39 codec2_fft_cfg fwd_cfg, codec2_fft_cfg inv_cfg);
38 40
39#endif 41#endif