summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/examples
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-09 11:33:11 -0500
committerTom Rondeau <trondeau@vt.edu>2013-03-09 11:33:11 -0500
commitbe10d272537fd7d442ed1445ecd4805145e219cd (patch)
tree4546e6a11e089914d0d49c985e88a8828c1aef2f /gnuradio-core/src/examples
parentb359d899af0771f3b3d66180af46df38d1c141f6 (diff)
blocks: removing tagged file sink, wavfile source/sink/base from core; now in gr-blocks.
Diffstat (limited to 'gnuradio-core/src/examples')
-rwxr-xr-xgnuradio-core/src/examples/mp-sched/wfm_rcv_pll_to_wav.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/examples/mp-sched/wfm_rcv_pll_to_wav.py b/gnuradio-core/src/examples/mp-sched/wfm_rcv_pll_to_wav.py
index ac060c0cce..67dbc41960 100755
--- a/gnuradio-core/src/examples/mp-sched/wfm_rcv_pll_to_wav.py
+++ b/gnuradio-core/src/examples/mp-sched/wfm_rcv_pll_to_wav.py
@@ -80,7 +80,7 @@ class wfm_rx_block (gr.top_block):
# wave file as final sink
if 1:
- sink = gr.wavfile_sink(output_filename, 2, int(audio_rate), 16)
+ sink = blocks.wavfile_sink(output_filename, 2, int(audio_rate), 16)
else:
sink = audio.sink (int (audio_rate),
options.audio_output,