aboutsummaryrefslogtreecommitdiff
path: root/src/phase.h
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-20 08:59:48 +0930
committerGitHub <[email protected]>2023-07-20 08:59:48 +0930
commit06d4c11e699b0351765f10398abb4f663a984f36 (patch)
tree33e22af0814c5b6c3d676f096ae8c2ac8a3ed9f0 /src/phase.h
parent6588e77f38bdebd7adffe091b22e7760d95d0ccb (diff)
parent4d6c143c0abec15e1d6ed1fd95d36f80e6cb7df8 (diff)
Merge pull request #3 from drowe67/dr-cleanup21.2.0
Cleanup Part 2
Diffstat (limited to 'src/phase.h')
-rw-r--r--src/phase.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/phase.h b/src/phase.h
index 92909f0..b7f0413 100644
--- a/src/phase.h
+++ b/src/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