Troubleshooting:
* See http://de.gentoo-wiki.com/Mbrola
* txt2pho needs a config file
-> ~/.txt2phorc or /etc/txt2pho
committer: Markus Bröker <mbroeker@largo.homelinux.org>
#!/bin/bashROOT=/opt/mbrola # Where are the needed files?VOICE=$ROOT/de5/de5 # Path to the mbrola-voiceSEX=f # m/f Which sex has your voice?file=$1eval "cat $file |\$ROOT/bin/pipefilt |\$ROOT/bin/preproc $ROOT/Rules.lst $ROOT/data/hadifix.abk |\$ROOT/bin/txt2pho -$SEX -p $ROOT/data/ |\$ROOT/bin/mbrola $VOICE - $2"