remove "unvoiced quality" setting

This commit is contained in:
Jakob Ketterl
2021-07-20 13:33:26 +02:00
parent e6dd1e0fde
commit ad396fa970
5 changed files with 0 additions and 21 deletions

View File

@ -35,12 +35,6 @@ class DecodingSettingsController(SettingsFormController):
),
Section(
"Digital voice",
NumberInput(
"digital_voice_unvoiced_quality",
"Quality of unvoiced sounds in synthesized voice",
infotext="Determines the quality, and thus the cpu usage, for the ambe codec used by digital voice"
+ " modes.<br />If you're running on a Raspberry Pi (up to 3B+) you should leave this set at 1",
),
TextInput(
"digital_voice_codecserver",
"Codecserver address",