Danilo's wonderful FFT real patch, just one lsb difference in output coded speech...
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 19 Sep 2016 06:50:11 +0000 (06:50 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 19 Sep 2016 06:50:11 +0000 (06:50 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2879 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/codec2.c

index 4ac59f4da5435e062c408a362b934371c1f0c34d..6cbb0037db277b910fb7325f026d548c6ecfef77 100644 (file)
@@ -187,6 +187,7 @@ void codec2_destroy(struct CODEC2 *c2)
     free(c2->bpf_buf);
     nlp_destroy(c2->nlp);
     KISS_FFT_FREE(c2->fft_fwd_cfg);
+    KISS_FFT_FREE(c2->fftr_fwd_cfg);
     KISS_FFT_FREE(c2->fft_inv_cfg);
     free(c2);
 }