diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/flite | 2 | ||||
-rw-r--r-- | package/jtalk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/flite b/package/flite index c6787ed..172ba2c 100644 --- a/package/flite +++ b/package/flite @@ -1,4 +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 -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" 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" |