Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 525 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 525 Bytes

morsconv

Modular converter of text to various forms of Morse code. Shell command, no GUI. AmigaOS 3.x, M68000.

Available output modes

  • CON – Outputs Morse code as text to standard output using arbitrary strings for Morse elements.
  • COUNT – Counts all the elements of Morse code for given text and print counters to the standard output.
  • 8SVX – Generates IFF 8SVX audio file (8-bit, mono).
  • WAVE – Generates RIFF WAVE audio file (16-bit, mono).

See AmigaGuide manual (MorsConv.guide) for details.