#!/bin/sh
# needs: sudo apt-get install espeak
espeak -v en-us -a 200 --stdout "$*" > /tmp/$$.wav
`dirname $0`/vplay /tmp/$$.wav
