FreeCalypso > hg > freecalypso-hwlab
view audio-tones/dtmf @ 169:17ffa6c66951
ee2232/README: update deprecation notice,
point at the current version in fc-usbser-tools
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 11 Sep 2023 04:17:09 +0000 |
parents | 9336a48746d9 |
children |
line wrap: on
line source
#!/bin/sh # generate a DTMF '#' keybeep, low and high ampl set on the command line if [ $# != 2 ] then echo "usage: $0 low-ampl high-ampl" 1>&2 exit 1 fi exec fc-shell "at@tone=0,100,941,$1,0,100,1477,$2,0,100,0,0,100,100,100,1"