From b517ef318202a7bfb45ba412f685c1d27bbbc04f Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Mon, 1 Jun 2026 02:28:21 -0700 Subject: [PATCH] update options --- src/spice2x/launcher/options.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index 0b77f9a..af429a5 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -1950,14 +1950,14 @@ static const std::vector OPTION_DEFINITIONS = { "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" "normalize: all channels equally loud.\n\n" - "front: Front channels only.\n\n" - "rear: Rear channels only.\n\n" - "side: Side channels only.", + "front: front channels only.\n\n" + "rear: rear channels only.\n\n" + "side: side channels only.", .type = OptionType::Enum, .category = "Audio", .elements = { - {"ac4", "AC-4 (ETSI TS 103 190-1)"}, - {"normalize", "Normalize (drop LFE)"}, + {"ac4", "AC-4 downmix"}, + {"normalize", "All channels"}, {"front", "Front channels only"}, {"rear", "Rear channels only"}, {"side", "Side channels only"},