aboutsummaryrefslogtreecommitdiffstats
path: root/package/flite
blob: c6787ed87c14946ee5c8f60b01982104e440cb97 (plain)
1
2
3
4
#!/bin/sh
TMP=/tmp/navi.wav
echo "$1" | flite_hts_engine -m  /usr/share/Voice/us/cmu_us_arctic_slt.htsvoice -o $TMP
gst-launch-1.0 filesrc location=$TMP ! decodebin ! audioconvert ! audioresample ! pwaudiosink stream-properties="p,media.role=Navigation"