diff options
Diffstat (limited to 'gr-vocoder/lib/codec2/phase.h')
-rw-r--r-- | gr-vocoder/lib/codec2/phase.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gr-vocoder/lib/codec2/phase.h b/gr-vocoder/lib/codec2/phase.h index 4f1a620899..2927e912d4 100644 --- a/gr-vocoder/lib/codec2/phase.h +++ b/gr-vocoder/lib/codec2/phase.h @@ -28,7 +28,12 @@ #ifndef __PHASE__ #define __PHASE__ -void phase_synth_zero_order(MODEL *model, float aks[], float *ex_phase, +#include "kiss_fft.h" + +void phase_synth_zero_order(kiss_fft_cfg fft_dec_cfg, + MODEL *model, + float aks[], + float *ex_phase, int order); #endif |