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