Short:        Cwtext v0.9 - ASCII to Morse Code converter (text/pcm)
Author:       louise@louise.amiga.hu
Type:         dev/gg
Architecture: m68k-amigaos
Uploaded:     louise@louise.amiga.hu (LouiSe)
Url:          http://louise.amiga.hu

Ported by LouiSe

more info and other AMIGA ports at:
http://louise.amiga.hu

-----------------------------------------

CWTEXT 0.9 README

This is cwtext version 0.9. The software converts plain ASCII to 
International Morse Code. This release includes two files,

cwtext: convert text to 'dotscii' - . -..- -
cwpcm: convert text to PCM audio stream

Binary installation:
Just run 'make install' to install the programs to /usr/local/bin.
To install elsewhere edit the makefile, change the prefix from
/usr/local to whatever you like.

Source installation:
'make install' should build the programs and install to /usr/local/bin
as above. This is a simple program and should work anywhere, as long
as you have a reasonable CLIB.

Uses of CWTEXT:

cat message | cwtext | mail root@localhost -s "test message in morse code"
	Convert local file 'message' to 'dotscii' and mail to root.

finger @finger.kernel.org | cwpcm > /dev/audio
	Get the latest Linux kernel version numbers, convert to
	morse and send to the sound card.

cat COPYING | cwpcm -ss | sox -r 8000 -bu -t raw - copying.wav
	Convert the text file COPYING to morse code in 'copying.wav'
	audio file.

cwpcm interface:
-ss for slow code rate (USA Technician?)
-sm for medium code rate
-sf for fast code rate
-sx for extra fast code rate (USA Extra?)