demo of using the Gstreamer NellyMoser encoder/decoder
for sending Morse Code Audio over ip with Gstreamer scripts
TX
GST_DEBUG=3 gst-launch-1.0 -v jackaudiosrc ! "audio/x-raw,channels=1" ! audioconvert ! avenc_nellymoser ! udpsink host=(ip address of rx) port=1194
RX
GST_DEBUG=3 gst-launch-1.0 -v udpsrc port=1194 ! "audio/x-nellymoser, channels=(int)1, rate=(int)44100" ! avdec_nellymoser ! audioconvert ! jackaudiosink sync=false async=false buffer-time=5000
http://lists.xiph.org/pipermail/vorbis/2006-October/026518.html
Views: 32
Tags:
© 2024 Created by Chuck aa0hw. Powered by
You need to be a member of QRQcw to add comments!
Join QRQcw