diff options
| author | drowe67 <[email protected]> | 2023-07-14 12:36:50 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-14 12:36:50 +0930 |
| commit | b86e88413d4c6ec428aaedb147f7675f28882fe4 (patch) | |
| tree | ce360925856e25d4343d59a37e2e6bac142d3752 /src/phase.h | |
| parent | 0c2e969cfbe85548801eeb20ad8113969604892a (diff) | |
clang-format -i applied to src unittest misc
Diffstat (limited to 'src/phase.h')
| -rw-r--r-- | src/phase.h | 6 |
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 |
