aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-04-11 17:12:02 -0400
committerB. Watson <urchlay@slackware.uk>2024-04-11 17:12:02 -0400
commit6b114986cad96a2d8f04619207376c5720e76991 (patch)
tree713388a89d461567fc9191312207bbee802665a3 /README
parent23c8bcfbb22635679b7fc9f2b8327f1a5aae1317 (diff)
downloadsoxdial-6b114986cad96a2d8f04619207376c5720e76991.tar.gz
README: added.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..675ff43
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+soxdial - generate DTMF (touchtone, dialtone, or blue box) audio
+
+soxdial uses sox to generate DTMF tones (aka touchtone dialling),
+dialtone, and/or "blue box" tones. Output can be played through the
+system sound card, or saved to a file of any type supported by sox.
+
+soxdial is a perl script that doesn't require any external
+dependencies other than perl and the sox binary in $PATH.
+
+For full documentation, run "soxdial --help".