DTMFDECODE(1) | General Commands Manual | DTMFDECODE(1) |
dtmfdecode |
It reads audio G.711 A-law coded data from stdin and outputs the detected numbers values as ASCII characters to stdout.
The detector is implemented as 8 narrow band-pass filters realized with an integer double-cross recursive algorithm. Various ad-hoc methods are employed to provide hysteresis and anti-bounce for the detected signals.
dtmfdecode < beep.al
will print a "1" to stdout.
February 15, 1999 | NetBSD 6.1 |