#!/bin/sh
espeak -v en-us -v +f2 -a 200 --stdout "$*" > /tmp/$$.wav
`dirname $0`/vplay /tmp/$$.wav
