Changed default speech driver to speech-dispatcher. Lowered default speech rate a bit.

This commit is contained in:
Storm Dragon 2024-12-11 08:46:22 -05:00
parent 8ef3d2856b
commit f7584463e3
2 changed files with 5 additions and 5 deletions

View File

@ -33,14 +33,14 @@ genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine
enabled=True
# Select speech driver, options are speechdDriver or genericDriver:
#driver=speechdDriver
driver=genericDriver
driver=speechdDriver
#driver=genericDriver
# server path for emacspeak
# serverPath=
# The rate selects how fast Fenrir will speak. Options range from 0, slowest, to 1.0, fastest.
rate=0.65
rate=0.5
# Pitch controls the pitch of the voice, select from 0, lowest, to 1.0, highest.
pitch=0.5

View File

@ -4,5 +4,5 @@
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
version = "2024.12.10"
codeName = "stable"
version = "2024.12.11"
codeName = "testing"