diff options
Diffstat (limited to 'ham/cwtext/DESCR')
-rw-r--r-- | ham/cwtext/DESCR | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ham/cwtext/DESCR b/ham/cwtext/DESCR new file mode 100644 index 00000000000..b4020657af0 --- /dev/null +++ b/ham/cwtext/DESCR @@ -0,0 +1,16 @@ +About the project + +We plan to build a program that will accept ASCII text as input and generate +International Morse Code as output. The output formats can be: + + - . -..- - (text) on the console + Raw audio on /dev/audio (8bit PCM data) + .wav files + .ogg or (proprietary format) compressed audio + +International Morse Code + +Supported character set includes [A-Za-z] (all downcased as Morse is not case +sensitive), [0-9], ",-.?/" plus a few procedural characters (SK, AR, BT etc). + +WWW: http://cwtext.sourceforge.net/ |