From 8cb599fe454ad4129d297529554ffd3cbd5a72af Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 25 Nov 2019 12:27:41 -0500 Subject: [PATCH] updated linux tts for firefox. Adjusted speed and voice used. --- tridactyl/scripts/speak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tridactyl/scripts/speak b/tridactyl/scripts/speak index c5e4aab..9d47c29 100755 --- a/tridactyl/scripts/speak +++ b/tridactyl/scripts/speak @@ -7,10 +7,10 @@ case "$OSTYPE" in ;; linux*) mimic \ - --setf duration_stretch=0.5 \ + --setf duration_stretch=0.65 \ -t "$message" \ - -voice 'slt_hts' - #-voice 'kal16' + -voice 'kal16' + #-voice 'slt' ;; *) echo "unsupported OS"