summarylogtreecommitdiffstats
path: root/festival-hts-voices-patched.install
blob: 70ed553c42307d14e11c4c86a9c1521e870e0916 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo "---------------"
	echo "The older version required pre-selecting a voice in your .festivalrc"
	echo "file. This isn't required anymore and must be removed (or commented out)"
	echo "Alternatively, festival can be started with one of the voices as default"
	echo ""
	echo "(set! voice_default 'voice_nitech_us_slt_arctic_hts)"
	echo "---------------"
}