diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2011-07-22 16:08:19 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2011-07-22 16:08:19 -0700 |
commit | 359715c34d390a07699d0fe22eb1ad1a7dac01c5 (patch) | |
tree | 1785c9835b5cdb8af2b889c67c633bf0e2bb65d6 /gr-vocoder/lib/Makefile.am | |
parent | 7d4199a45036bbc10d749437cd8730434b51aec6 (diff) |
gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback example
Diffstat (limited to 'gr-vocoder/lib/Makefile.am')
-rw-r--r-- | gr-vocoder/lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-vocoder/lib/Makefile.am b/gr-vocoder/lib/Makefile.am index 49959529a9..d9e12c6a2d 100644 --- a/gr-vocoder/lib/Makefile.am +++ b/gr-vocoder/lib/Makefile.am @@ -37,6 +37,8 @@ libgnuradio_vocoder_la_SOURCES = \ vocoder_cvsd_encode_sb.cc \ vocoder_g721_decode_bs.cc \ vocoder_g721_encode_sb.cc \ + vocoder_g723_24_decode_bs.cc \ + vocoder_g723_24_encode_sb.cc \ vocoder_gsm_fr_decode_ps.cc \ vocoder_gsm_fr_encode_sp.cc \ vocoder_ulaw_decode_bs.cc \ |