 demorse:
 ========
 This is a Morse code to text decoder application for Linux. It
 detects the "dihs" and "dahs" that make a Morse code character
 via the computer's sound card, which can be connected to a radio
 receiver tuned to a CW Morse code transmission or to a tone
 generator. The input signal is processed by a software synchronous
 detector which detects "mark" or "space" (signal/no signal)
 conditions and the resulting stream of Morse code "elements" is
 decoded into an ASCII character for printing to the screen.
 Currently demorse is a non-interactive command line tool for the
 console and decoded Morse signals are sent to stdout.

 PLEASE see the doc/demorse.html hypertext documentation for details
 of compilation and operation!

 Neoklis Kyriazis  16 August 2002
