mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
remove "unvoiced quality" setting
This commit is contained in:
parent
e6dd1e0fde
commit
ad396fa970
5 changed files with 0 additions and 21 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue