aboutsummaryrefslogtreecommitdiffstats
path: root/package/flite
diff options
context:
space:
mode:
Diffstat (limited to 'package/flite')
-rwxr-xr-xpackage/flite3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/flite b/package/flite
index 4c17b80..c6787ed 100755
--- a/package/flite
+++ b/package/flite
@@ -1,5 +1,4 @@
#!/bin/sh
TMP=/tmp/navi.wav
echo "$1" | flite_hts_engine -m /usr/share/Voice/us/cmu_us_arctic_slt.htsvoice -o $TMP
-4a-play $TMP hw:0,0,3 navigation
-
+gst-launch-1.0 filesrc location=$TMP ! decodebin ! audioconvert ! audioresample ! pwaudiosink stream-properties="p,media.role=Navigation"