summaryrefslogtreecommitdiffstats
path: root/ham/demorse/README
diff options
context:
space:
mode:
author JK Wood <joshuakwood@gmail.com>2014-07-12 16:42:31 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-07-12 16:42:31 +0700
commit03e61606a51998fce25a203b9410d99bebacee90 (patch)
tree006c32a59e81310102e7210e718c410def9594c5 /ham/demorse/README
parent69c9cbd216b6c1c5cbad066a0cea9d495da4142a (diff)
downloadslackbuilds-03e61606a51998fce25a203b9410d99bebacee90.tar.gz
slackbuilds-03e61606a51998fce25a203b9410d99bebacee90.tar.xz
ham/demorse: Added (morse code decoder program for Linux).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/demorse/README')
-rw-r--r--ham/demorse/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/ham/demorse/README b/ham/demorse/README
new file mode 100644
index 0000000000..f7f9951aa8
--- /dev/null
+++ b/ham/demorse/README
@@ -0,0 +1,8 @@
+demorse is a Morse code decoding application for the console. It
+detects the receiver's audio output via the computer's sound card,
+using simple dsp techniques, and then decodes the mark/space
+sequence into characters which are printed on the console screen.
+demorse has some tolerance to bad operator "fists" and noise or
+interference. demorse can measure and adapt to the Morse transmission's
+speed within the range of 10-30 words per minute, the default
+starting speed being set to about 20 wpm.