MorsConv is a modular Morse code generator. It is a shell command (has no
GUI). Text to convert is given as the first argument. As Morse code has no
concept of capital and small letters, all the text is automatically
capitalized before conversion.
Modules:
CON replaces Morse code elements with arbitrary strings
COUNT counts Morse code elements
8SVX generates IFF 8SVX audio file (PCM, mono, 8 bits)
WAVE generates RIFF WAVE audio file (PCM, mono, 16 bits)
MorsConv is an open source software hosted on GitHub. Repository is
grzegorz-kraszewski/morsconv.
For program usage see AmigaGuide file inside the archive.
Version history
2.3 (03.04.2024)
* Added WAVE module.
* Program rewritten in C++.
2.2 (10.01.2024)
* Implemented Farnsworth timing for 8SVX mode, added REALWPM argument.
2.1 (08.01.2024)
* CON module: Morse pauses can be replaced with user specified strings.
Added SPAUSE, CPAUSE and WPAUSE arguments.
* DOT, DASH, SPAUSE, CPAUSE and WPAUSE accept tabulators and newlines with
'%' escape character.
2.0 (06.01.2024)
* Added COUNT mode (counts elements of Morse code).
* Added 8SVX mode (generates IFF 8SVX audio file with Morse code).
1.0 (01.01.2024)
Initial release with only "con" output module.
|