From 6b114986cad96a2d8f04619207376c5720e76991 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 11 Apr 2024 17:12:02 -0400 Subject: README: added. --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README (limited to 'README') 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". -- cgit v1.2.3