We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c08005 commit e24e633Copy full SHA for e24e633
addon/globalPlugins/MathCAT/MathCAT.py
@@ -550,7 +550,7 @@ def getSpeechForMathMl(
550
synth: SynthDriver = getSynth()
551
synthConfig = config.conf["speech"][synth.name]
552
if synth.name == "espeak":
553
- _synthesizerRate: int = synthConfig["rate"]
+ _synthesizerRate = synthConfig["rate"]
554
# log.info(f'_synthesizer_rate={_synthesizer_rate}, get_rate()={getSynth()._get_rate()}')
555
getSynth()._set_rate(_synthesizerRate)
556
# log.info(f'..............get_rate()={getSynth()._get_rate()}, name={synth.name}')
0 commit comments