updated linux tts for firefox.

Adjusted speed and voice used.
This commit is contained in:
James Patrick 2019-11-25 12:27:41 -05:00
parent d35ca827a8
commit 8cb599fe45

View File

@ -7,10 +7,10 @@ case "$OSTYPE" in
;; ;;
linux*) linux*)
mimic \ mimic \
--setf duration_stretch=0.5 \ --setf duration_stretch=0.65 \
-t "$message" \ -t "$message" \
-voice 'slt_hts' -voice 'kal16'
#-voice 'kal16' #-voice 'slt'
;; ;;
*) *)
echo "unsupported OS" echo "unsupported OS"