From 940d5b94b989255e0496e77bd957cc6e40868bd9 Mon Sep 17 00:00:00 2001 From: knj Date: Wed, 30 Aug 2023 16:21:11 +0200 Subject: [PATCH 1/4] add fb section to bitrate switching tables for stereo_dmx_evs --- scripts/config/ivas_modes.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/config/ivas_modes.json b/scripts/config/ivas_modes.json index 5e8c7e8249..ce2c785211 100644 --- a/scripts/config/ivas_modes.json +++ b/scripts/config/ivas_modes.json @@ -3775,6 +3775,10 @@ "24/64": "{sw_files_path}/swb_high1.bin", "13/128": "{sw_files_path}/sw_swb1.bin", "48/128": "{sw_files_path}/sw_highest.bin" + }, + "fb": { + "16/128": "{sw_files_path}/sw_16k4_128k.bin", + "48/128": "{sw_files_path}/sw_highest.bin" } } }, @@ -3809,6 +3813,10 @@ "24/64": "{sw_files_path}/swb_high1.bin", "13/128": "{sw_files_path}/sw_swb1.bin", "48/128": "{sw_files_path}/sw_highest.bin" + }, + "fb": { + "16/128": "{sw_files_path}/sw_16k4_128k.bin", + "48/128": "{sw_files_path}/sw_highest.bin" } } }, -- GitLab From 0ad591387ad036d1661420b24b6b3adfa09f4450 Mon Sep 17 00:00:00 2001 From: knj Date: Wed, 30 Aug 2023 17:06:05 +0200 Subject: [PATCH 2/4] add switching pattern for fb EVS bitrates --- scripts/switchPaths/sw_16k4_128k_evs.bin | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/switchPaths/sw_16k4_128k_evs.bin diff --git a/scripts/switchPaths/sw_16k4_128k_evs.bin b/scripts/switchPaths/sw_16k4_128k_evs.bin new file mode 100644 index 0000000000..00218de974 --- /dev/null +++ b/scripts/switchPaths/sw_16k4_128k_evs.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2767782e6bf2270db1a5d3b465c644a9523f8a56dbc9e76cb91fca5cb8471c +size 52200 -- GitLab From b8b7ae492b94fc26be26b9bc9fff73aaaee53204 Mon Sep 17 00:00:00 2001 From: knj Date: Wed, 30 Aug 2023 17:25:25 +0200 Subject: [PATCH 3/4] also actually use new switching pattern in ivas_modes.json --- scripts/config/ivas_modes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config/ivas_modes.json b/scripts/config/ivas_modes.json index ce2c785211..e4760d0899 100644 --- a/scripts/config/ivas_modes.json +++ b/scripts/config/ivas_modes.json @@ -3777,7 +3777,7 @@ "48/128": "{sw_files_path}/sw_highest.bin" }, "fb": { - "16/128": "{sw_files_path}/sw_16k4_128k.bin", + "16/128": "{sw_files_path}/sw_16k4_128k_evs.bin", "48/128": "{sw_files_path}/sw_highest.bin" } } -- GitLab From 7446b32a0d9e4e6cb3a492c5ac7f4ed40787e6a7 Mon Sep 17 00:00:00 2001 From: kiene Date: Thu, 31 Aug 2023 10:08:08 +0200 Subject: [PATCH 4/4] correct switch file also for DTX modes --- scripts/config/ivas_modes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config/ivas_modes.json b/scripts/config/ivas_modes.json index e4760d0899..91e5d98759 100644 --- a/scripts/config/ivas_modes.json +++ b/scripts/config/ivas_modes.json @@ -3815,7 +3815,7 @@ "48/128": "{sw_files_path}/sw_highest.bin" }, "fb": { - "16/128": "{sw_files_path}/sw_16k4_128k.bin", + "16/128": "{sw_files_path}/sw_16k4_128k_evs.bin", "48/128": "{sw_files_path}/sw_highest.bin" } } -- GitLab