merge github
[apps/navigation.git] / package / flite
1 #!/bin/sh
2 TMP=/tmp/navi.wav
3 echo "$1" | flite_hts_engine -m  /usr/share/Voice/us/cmu_us_arctic_slt.htsvoice -o $TMP
4 4a-play $TMP hw:0,0,3 navigation
5