Skip to content

Commit

Permalink
Added rate boost to synth settings rring for consistency with NVDA 20…
Browse files Browse the repository at this point in the history
…19.2 and later.
  • Loading branch information
Mohamed00 authored and davidacm committed May 26, 2019
1 parent 672c681 commit 2a24f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/synthDrivers/ibmeci.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def unicode(s):

class SynthDriver(synthDriverHandler.SynthDriver):
supportedSettings=(SynthDriver.VoiceSetting(), SynthDriver.VariantSetting(),
SynthDriver.RateSetting(), BooleanSynthSetting("rateBoost", _("Rate boos&t")),
SynthDriver.RateSetting(), BooleanSynthSetting("rateBoost", _("Rate boos&t"), True),
SynthDriver.PitchSetting(), SynthDriver.InflectionSetting(), SynthDriver.VolumeSetting(), NumericSynthSetting("hsz", _("Head Size"), False), NumericSynthSetting("rgh", _("Roughness"), False), NumericSynthSetting("bth", _("Breathiness"), False), BooleanSynthSetting("backquoteVoiceTags", _("Enable backquote voice &tags"), False))
description='IBMTTS'
name='ibmeci'
Expand Down

0 comments on commit 2a24f60

Please sign in to comment.