QRQ CW over ip using Nelly Moser Audio Codec - real-time, low bitrate, low latency encoding/decoding

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

Comment

You need to be a member of QRQcw to add comments!

Join QRQcw

© 2024   Created by Chuck aa0hw.   Powered by

Badges  |  Report an Issue  |  Terms of Service