diff options
author | fritsch <Peter.Fruehberger@gmail.com> | 2020-10-01 21:32:38 +0200 |
---|---|---|
committer | fritsch <Peter.Fruehberger@gmail.com> | 2024-08-16 12:19:14 +0200 |
commit | 0c1a5b4adcec0aa02d448b3fc978b26c0cb157dd (patch) | |
tree | 9b0a6562539ac182d8661b3a208dad321f4e6878 /system | |
parent | 27d6e16f2f06f05736a8da5da0fffce796aeb425 (diff) |
ActiveAE: Include LFE mixing possibility
We have user without AVR running fullrange speakers. They want the bass of
a 5.1 or 7.1 layout being mixed into FL and FR. This new setting allows
to do so.
Diffstat (limited to 'system')
-rwxr-xr-x | system/settings/settings.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index e5bee132ab..6e323fb7ff 100755 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -3259,6 +3259,18 @@ <default>true</default> <control type="toggle" /> </setting> + <setting id="audiooutput.mixsublevel" type="integer" label="34114" help="34115"> + <level>2</level> + <default>0</default> + <constraints> + <options> + <option label="34116">0</option> + <option label="34117">50</option> + <option label="34118">100</option> + </options> + </constraints> + <control type="list" format="string" /> + </setting> </group> <group id="2" label="15108"> <setting id="audiooutput.guisoundmode" type="integer" label="34120" help="36373"> |