FreeCalypso > hg > freecalypso-hwlab
view audio-tones/ringing @ 165:7a4e8d23ab3a
eeproms/icestick: programming for Lattice Icestick
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 30 Jul 2023 18:10:51 +0000 |
parents | 9336a48746d9 |
children |
line wrap: on
line source
#!/bin/sh # play a ringing tone, amplitude set on the command line if [ $# != 1 ] then echo "usage: $0 ampl" 1>&2 exit 1 fi exec fc-shell "at@tone=0,1000,425,$1,0,1000,0,0,0,1000,0,0,1000,1000,5000,65535"