Morsecode Gstreamer plugin morsesrc

Hi guys,
Here’s is the link to my gstreamer plugin which converts a text string to morse code used in my repeater project in my github repository.

I preferred to have a shot at creating the plugin over using other apps to convert text to audio file and use filesrc plugin to play the file. Why not do the whole lot in one go?

TVforME/morsesrc: GStreamer plugin for converting morse code text to audio

I understand the plugin may not confirm to the coding requirements as setup when writing and be banished to bad or ugly classification.

This is my first attempt and received crucial support from goodspeed34 to work through some of my silly mistakes with gstreamer audio buffer when converting dits and dahs.

Regards

banished is a strong word for this. -bad is not bad, it’s like a staging area, and -ugly exists only for plugins that have licensing issues. See also GStreamer Plug-ins splitup

Thanks. I’ve added comments therefore hopefully easy to understand the code base.