blob: 55c2f2554fdef5a76916f46a92e935dc1cf63e8e (
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 ! pipewiresink stream-properties="p,media.role=Navigation"
|