[gst-devel] Generate Morse Code
Aapo Rantalainen
aapo.rantalainen at gmail.com
Fri Dec 18 19:34:32 CET 2009
2009/12/18 黑孩儿 <admin at heihaier.org>:
> hello everyone,
> How to generate morse code using gstreamer?
> Best regards!
>
> Heihaier
>
Maybe this is good point to start:
gst-launch audiotestsrc wave=0 ! autoaudiosink
Or if you want make real pro solution, test this:
gst-launch audiotestsrc wave=8 ! autoaudiosink
Then load source code of audiotestsrc and modify wave=8 so it takes
parameters or read from files or something. This would be very cool
plugin.
gst-launch morsesrc message="Hello World" ! autoaudiosink
-Aapo Rantalainen
More information about the gstreamer-devel
mailing list