ref: 4fb04e282939c8cce08863b5be867f489c9fcd09 dir: /bin/tell/
#!/bin/rc rfork ne v=rms if(~ $1 -v){ v=$2 shift 2 } if(! ~ $#* 1 || ~ $#v 0){ echo usage: $0 '[-v voice]' file >[1=2] exit usage } tail -f $1 | audio/flite -v $v | norm 3 >/dev/audio