diff options
Diffstat (limited to 'package/jtalk')
-rw-r--r-- | package/jtalk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/jtalk b/package/jtalk index 7b273fb..55c2f25 100644 --- a/package/jtalk +++ b/package/jtalk @@ -1,4 +1,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" +gst-launch-1.0 filesrc location=$TMP ! decodebin ! audioconvert ! audioresample ! pipewiresink stream-properties="p,media.role=Navigation" |