diff options
author | Johnathan Corgan | 2011-07-19 09:31:10 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-07-19 09:31:10 -0700 |
commit | c0580462f19d99a97b7955b9215bd08eab24cd5b (patch) | |
tree | d21dd2771c9880a37dce70cfa069aa3684cc1883 /gr-vocoder/examples/Makefile.am | |
parent | b80502b71eb27f9329b5d5e641bd0dd5ad0d7cdd (diff) | |
download | gnuradio-c0580462f19d99a97b7955b9215bd08eab24cd5b.tar.gz gnuradio-c0580462f19d99a97b7955b9215bd08eab24cd5b.tar.bz2 gnuradio-c0580462f19d99a97b7955b9215bd08eab24cd5b.zip |
gr-vocoder: adds alaw encoder, decoder, and audio loopback example
Diffstat (limited to 'gr-vocoder/examples/Makefile.am')
-rw-r--r-- | gr-vocoder/examples/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-vocoder/examples/Makefile.am b/gr-vocoder/examples/Makefile.am index 7cc469a99..6d881e1a6 100644 --- a/gr-vocoder/examples/Makefile.am +++ b/gr-vocoder/examples/Makefile.am @@ -24,6 +24,7 @@ include $(top_srcdir)/Makefile.common ourdatadir = $(exampledir)/vocoder dist_ourdata_SCRIPTS = \ + alaw_audio_loopback.py \ codec2_audio_loopback.py \ cvsd_audio_loopback.py \ gsm_audio_loopback.py \ |