diff options
Diffstat (limited to 'gr-guile')
-rw-r--r-- | gr-guile/example-waveforms/dial-tone.wfd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-guile/example-waveforms/dial-tone.wfd b/gr-guile/example-waveforms/dial-tone.wfd index 75091ad36..ced3df572 100644 --- a/gr-guile/example-waveforms/dial-tone.wfd +++ b/gr-guile/example-waveforms/dial-tone.wfd @@ -32,8 +32,7 @@ (blocks (src0 (gr:sig-source-f sample-rate (gr:GR-SIN-WAVE) 350 ampl)) (src1 (gr:sig-source-f sample-rate (gr:GR-SIN-WAVE) 440 ampl)) - ;;(sink (gr:audio-alsa-sink sample-rate "plughw:0,0")) - (sink (gr:sink sample-rate "plughw:0,0")) + (sink (gr:audio-alsa-sink sample-rate "plughw:0,0")) ) (connections |