aboutsummaryrefslogtreecommitdiffstats
path: root/package/jtalk
blob: 7b273fb5afe830363183782b7140d67186664ae5 (plain)
1
2
3
4
#!/bin/sh
TMP=/tmp/navi.wav
echo "$1" | open_jtalk -ow $TMP -m /usr/share/Voice/mei/mei_normal.htsvoice -x /usr/share/dic/
gst-launch-1.0 filesrc location=$TMP ! decodebin ! audioconvert ! audioresample ! pwaudiosink stream-properties="p,media.role=Navigation"