diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-04-19 15:16:04 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-04-19 15:16:04 +0000 |
commit | 0c64bec8b73282983c623b69fd3e37a2d0b13397 (patch) | |
tree | 38879a46971f257f85e8d3eb94d0c4127884935d /ham/cwtext/DESCR | |
parent | 164565ba98925e313dcf5b30f864b6ef2234f776 (diff) | |
download | pkgsrc-0c64bec8b73282983c623b69fd3e37a2d0b13397.tar.gz |
Initial import of cwtext-0.91 [pkgsrc/ham/cwtext]
Convert text to International Morse Code. Input is ASCII text.
Output can be: - . -..- - on the console, raw 8bit PCM suitable
for piping to /dev/audio, .wav files or even (mp3|ogg).
Good for headlines on your MP3 player or code practice.
Provided by mor@linex.com in pkg/16309, heavily modified by myself
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/ |