mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:02:55 +02:00
Merge pull request #3537 from Atlante45/move_att_setting
Moved attenuation setting to non advanced
This commit is contained in:
commit
f38ddb0f6e
1 changed files with 2 additions and 2 deletions
|
@ -74,11 +74,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "attenuation_per_doubling_in_distance",
|
"name": "attenuation_per_doubling_in_distance",
|
||||||
"label": "Attenuattion per doubling in distance",
|
"label": "Attenuation per doubling in distance",
|
||||||
"help": "Factor between 0.0 and 1.0 (0.0: No attenuation, 1.0: extreme attenuation)",
|
"help": "Factor between 0.0 and 1.0 (0.0: No attenuation, 1.0: extreme attenuation)",
|
||||||
"placeholder": "0.18",
|
"placeholder": "0.18",
|
||||||
"default": "0.18",
|
"default": "0.18",
|
||||||
"advanced": true
|
"advanced": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dynamic_jitter_buffer",
|
"name": "dynamic_jitter_buffer",
|
||||||
|
|
Loading…
Reference in a new issue