CWTEXT 0.93 README

This is cwtext version 0.93. The software converts plain ASCII to 
International Morse Code. This release includes three programs,

cwtext: convert text to 'dotscii' - . -..- -
cwpcm: convert text to PCM audio stream
cwmm: convert to MorseMail XML format
	see http://www.seanet.com/~harrypy/MorseMail/ for information
	on this excellent program.

License: GPL

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 (5 wpm, characters at farnsworth 12 wpm)
-sm for medium code rate (12 wpm, characters at 18 wpm)
-sf for fast code rate (18 wpm)
-sx for extra fast code rate (20 wpm)

NEW in 0.93
cwmm MorseMail converter.

NEW in 0.92 for cwpcm
-f:NNNN set the pitch to NNNN (40 to 3200) in Hz.
