mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
update options
This commit is contained in:
@@ -1950,14 +1950,14 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
|||||||
"ac4 (recommended): AC-4 algorithm (ETSI TS 103 190-1) - front left/right pass "
|
"ac4 (recommended): AC-4 algorithm (ETSI TS 103 190-1) - front left/right pass "
|
||||||
"through, center and surrounds fold in at -3 dB.\n\n"
|
"through, center and surrounds fold in at -3 dB.\n\n"
|
||||||
"normalize: all channels equally loud.\n\n"
|
"normalize: all channels equally loud.\n\n"
|
||||||
"front: Front channels only.\n\n"
|
"front: front channels only.\n\n"
|
||||||
"rear: Rear channels only.\n\n"
|
"rear: rear channels only.\n\n"
|
||||||
"side: Side channels only.",
|
"side: side channels only.",
|
||||||
.type = OptionType::Enum,
|
.type = OptionType::Enum,
|
||||||
.category = "Audio",
|
.category = "Audio",
|
||||||
.elements = {
|
.elements = {
|
||||||
{"ac4", "AC-4 (ETSI TS 103 190-1)"},
|
{"ac4", "AC-4 downmix"},
|
||||||
{"normalize", "Normalize (drop LFE)"},
|
{"normalize", "All channels"},
|
||||||
{"front", "Front channels only"},
|
{"front", "Front channels only"},
|
||||||
{"rear", "Rear channels only"},
|
{"rear", "Rear channels only"},
|
||||||
{"side", "Side channels only"},
|
{"side", "Side channels only"},
|
||||||
|
|||||||
Reference in New Issue
Block a user