From abde5affda1533c518cce06d5edcffa4eda52340 Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Sat, 13 Nov 2010 16:19:48 -0800 Subject: 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. --- gr-guile/apps/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gr-guile/apps/README (limited to 'gr-guile/apps/README') diff --git a/gr-guile/apps/README b/gr-guile/apps/README new file mode 100644 index 000000000..703146bd4 --- /dev/null +++ b/gr-guile/apps/README @@ -0,0 +1,2 @@ +This applications will not run from the build tree. They must be +installed first using "make install" -- cgit