diff options
author | Eric Blossom <eb@comsec.com> | 2010-11-13 16:19:48 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-11-13 16:19:48 -0800 |
commit | abde5affda1533c518cce06d5edcffa4eda52340 (patch) | |
tree | ae4bc874f5af57bfe1871111f1cf9e3f601860c8 /gr-audio-alsa/src | |
parent | cefeb248677decabaeccff7ba2a526343baa215a (diff) |
dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.
Write new app, gr-run-waveform, that reads waveforms and runs them.
We'll need to turn this into a small piece of C/C++ code that embeds
guile, but the guts of it is working.
Diffstat (limited to 'gr-audio-alsa/src')
-rw-r--r-- | gr-audio-alsa/src/audio_alsa.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-audio-alsa/src/audio_alsa.test b/gr-audio-alsa/src/audio_alsa.test index edf425b9f5..240045593c 100644 --- a/gr-audio-alsa/src/audio_alsa.test +++ b/gr-audio-alsa/src/audio_alsa.test @@ -34,5 +34,3 @@ (use-modules (gnuradio audio_alsa)) - - |