Skip to content
Snippets Groups Projects
Commit d37c0a31 authored by Leo P. Singer's avatar Leo P. Singer
Browse files

Fixed channel-name property in examples/play_nds_hoft.sh

parent d8258ad0
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
# The 'adder' element is included as a hack to throw away GPS time stamps; otherwise
# the autoaudiosink won't play
HOST="ldas-pcdev1.ligo.caltech.edu"
HOST="marble.ligo-wa.caltech.edu"
REQUESTED_CHANNEL_NAME="H1:DMT-STRAIN"
gst-launch --gst-debug="gstlal:4" \
gst-launch \
ndssrc \
host="${HOST}" \
requested-channel-name="${REQUESTED_CHANNEL_NAME}" \
channel-name="${REQUESTED_CHANNEL_NAME}" \
! audiochebband \
lower-frequency=45 \
upper-frequency=2500 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment