diff options
author | A. Maitland Bottoms <bottoms@debian.org> | 2014-05-27 15:07:22 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-05-27 15:08:13 -0700 |
commit | 6cda1db8e69db8992d3698cb43b13f2335b0c10d (patch) | |
tree | 87d9c996f308886247517477e13710981516a91d /gr-vocoder/lib/codec2/codec2_internal.h | |
parent | 5cb67ced9b0735a6a7d0782c801ea0604153bef2 (diff) |
vocoder: merge final codec2 update
Diffstat (limited to 'gr-vocoder/lib/codec2/codec2_internal.h')
-rw-r--r-- | gr-vocoder/lib/codec2/codec2_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-vocoder/lib/codec2/codec2_internal.h b/gr-vocoder/lib/codec2/codec2_internal.h index 246d1ae6af..c4bb1fc42a 100644 --- a/gr-vocoder/lib/codec2/codec2_internal.h +++ b/gr-vocoder/lib/codec2/codec2_internal.h @@ -38,6 +38,7 @@ struct CODEC2 { float Sn[M]; /* input speech */ float hpf_states[2]; /* high pass filter states */ void *nlp; /* pitch predictor states */ + int gray; /* non-zero for gray encoding */ kiss_fft_cfg fft_inv_cfg; /* inverse FFT config */ float Sn_[2*N]; /* synthesised output speech */ |