bin/festival_write_wav
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sun, 14 Dec 2008 12:50:33 +0100
changeset 2 6ee2a130dc07
parent 0 06dd3b8d90ad
permissions -rwxr-xr-x
Common Makefile Style committer: Markus Bröker <mbroeker@largo.homelinux.org>

#!/bin/bash

file=$1

eval "cat $file |\
text2wave - -o $2"