#!/bin/sh
# en-gb en-us en-sc
espeak -ven-sc+f3 -s 160 -a 110 --stdout "$*" > /tmp/$$.wav
`dirname $0`/vplay /tmp/$$.wav
