Loading .gitlab-ci.yml +8 −5 Original line number Diff line number Diff line Loading @@ -326,15 +326,18 @@ codec-smoke-test: - .rules-merge-request timeout: "10 minutes" stage: test needs: ["build-codec-linux-cmake"] needs: ["build-codec-linux-cmake", "build-codec-linux-make", "build-codec-instrumented-linux", "build-codec-sanitizers-linux"] script: - *print-common-info - bash ci/smoke_test.sh ### analyze for failures - if cat smoke_test_output.txt | grep -c "failed"; then echo "Smoke test without PLC failed"; exit 1; fi - if cat smoke_test_output_plc.txt | grep -c "failed"; then echo "Smoke test with PLC failed"; exit 1; fi - if cat smoke_test_output_jbm_noEXT.txt | grep -c "failed"; then echo "Smoke test JBM part failed"; exit 1; fi - if cat smoke_test_output_hrtf.txt | grep -c "failed"; then echo "Smoke test with external hrtf files failed"; exit 1; fi - if ! [ -s smoke_test_output.txt ] || ! [ -s smoke_test_output_plc.txt ] || ! [ -s smoke_test_output_jbm_noEXT.txt ] || ! [ -s smoke_test_output_hrtf.txt ]; then echo "Error in smoke test"; exit 1; fi - ret_val=0 - if cat smoke_test_output.txt | grep -c "failed"; then echo "Smoke test without PLC failed"; ret_val=1; fi - if cat smoke_test_output_plc.txt | grep -c "failed"; then echo "Smoke test with PLC failed"; ret_val=1; fi - if cat smoke_test_output_jbm_noEXT.txt | grep -c "failed"; then echo "Smoke test JBM part failed"; ret_val=1; fi - if cat smoke_test_output_hrtf.txt | grep -c "failed"; then echo "Smoke test with external hrtf files failed"; ret_val=1; fi - exit $ret_val artifacts: name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results" expire_in: 1 week Loading scripts/config/ivas_modes.json +224 −45 Original line number Diff line number Diff line Loading @@ -949,18 +949,42 @@ 16400, 24400, 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 13200, 16400, 24400, 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } }, Loading Loading @@ -1139,13 +1163,46 @@ "mono": false, "bitrates": { "wb": [ 48000 13200, 16400, 24400, 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 48000 13200, 16400, 24400, 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 48000 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } }, Loading Loading @@ -1176,6 +1233,10 @@ "mono": false, "bitrates": { "wb": [ 13200, 16400, 24400, 32000, 48000, 64000, 80000, Loading @@ -1187,6 +1248,10 @@ 512000 ], "swb": [ 13200, 16400, 24400, 32000, 48000, 64000, 80000, Loading @@ -1198,6 +1263,7 @@ 512000 ], "fb": [ 32000, 48000, 64000, 80000, Loading Loading @@ -1242,18 +1308,42 @@ 16400, 24400, 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 13200, 16400, 24400, 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } }, Loading Loading @@ -1285,13 +1375,46 @@ "mono": false, "bitrates": { "wb": [ 48000 13200, 16400, 24400, 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 48000 13200, 16400, 24400, 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 48000 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } }, Loading Loading @@ -1323,18 +1446,46 @@ "mono": false, "bitrates": { "wb": [ 13200, 16400, 24400, 32000, 48000, 64000, 80000 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 13200, 16400, 24400, 32000, 48000, 80000 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 32000, 48000, 64000, 80000 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } }, Loading Loading @@ -1366,18 +1517,46 @@ "mono": false, "bitrates": { "wb": [ 13200, 16400, 24400, 32000, 48000, 64000, 80000 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 13200, 16400, 24400, 32000, 48000, 64000, 80000 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 32000, 48000, 64000, 80000 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } } Loading Loading
.gitlab-ci.yml +8 −5 Original line number Diff line number Diff line Loading @@ -326,15 +326,18 @@ codec-smoke-test: - .rules-merge-request timeout: "10 minutes" stage: test needs: ["build-codec-linux-cmake"] needs: ["build-codec-linux-cmake", "build-codec-linux-make", "build-codec-instrumented-linux", "build-codec-sanitizers-linux"] script: - *print-common-info - bash ci/smoke_test.sh ### analyze for failures - if cat smoke_test_output.txt | grep -c "failed"; then echo "Smoke test without PLC failed"; exit 1; fi - if cat smoke_test_output_plc.txt | grep -c "failed"; then echo "Smoke test with PLC failed"; exit 1; fi - if cat smoke_test_output_jbm_noEXT.txt | grep -c "failed"; then echo "Smoke test JBM part failed"; exit 1; fi - if cat smoke_test_output_hrtf.txt | grep -c "failed"; then echo "Smoke test with external hrtf files failed"; exit 1; fi - if ! [ -s smoke_test_output.txt ] || ! [ -s smoke_test_output_plc.txt ] || ! [ -s smoke_test_output_jbm_noEXT.txt ] || ! [ -s smoke_test_output_hrtf.txt ]; then echo "Error in smoke test"; exit 1; fi - ret_val=0 - if cat smoke_test_output.txt | grep -c "failed"; then echo "Smoke test without PLC failed"; ret_val=1; fi - if cat smoke_test_output_plc.txt | grep -c "failed"; then echo "Smoke test with PLC failed"; ret_val=1; fi - if cat smoke_test_output_jbm_noEXT.txt | grep -c "failed"; then echo "Smoke test JBM part failed"; ret_val=1; fi - if cat smoke_test_output_hrtf.txt | grep -c "failed"; then echo "Smoke test with external hrtf files failed"; ret_val=1; fi - exit $ret_val artifacts: name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results" expire_in: 1 week Loading
scripts/config/ivas_modes.json +224 −45 Original line number Diff line number Diff line Loading @@ -949,18 +949,42 @@ 16400, 24400, 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 13200, 16400, 24400, 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } }, Loading Loading @@ -1139,13 +1163,46 @@ "mono": false, "bitrates": { "wb": [ 48000 13200, 16400, 24400, 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 48000 13200, 16400, 24400, 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 48000 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } }, Loading Loading @@ -1176,6 +1233,10 @@ "mono": false, "bitrates": { "wb": [ 13200, 16400, 24400, 32000, 48000, 64000, 80000, Loading @@ -1187,6 +1248,10 @@ 512000 ], "swb": [ 13200, 16400, 24400, 32000, 48000, 64000, 80000, Loading @@ -1198,6 +1263,7 @@ 512000 ], "fb": [ 32000, 48000, 64000, 80000, Loading Loading @@ -1242,18 +1308,42 @@ 16400, 24400, 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 13200, 16400, 24400, 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 32000, 48000 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } }, Loading Loading @@ -1285,13 +1375,46 @@ "mono": false, "bitrates": { "wb": [ 48000 13200, 16400, 24400, 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 48000 13200, 16400, 24400, 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 48000 32000, 48000, 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } }, Loading Loading @@ -1323,18 +1446,46 @@ "mono": false, "bitrates": { "wb": [ 13200, 16400, 24400, 32000, 48000, 64000, 80000 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 13200, 16400, 24400, 32000, 48000, 80000 64000, 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 32000, 48000, 64000, 80000 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } }, Loading Loading @@ -1366,18 +1517,46 @@ "mono": false, "bitrates": { "wb": [ 13200, 16400, 24400, 32000, 48000, 64000, 80000 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "swb": [ 13200, 16400, 24400, 32000, 48000, 64000, 80000 80000, 96000, 128000, 192000, 256000, 384000, 512000 ], "fb": [ 32000, 48000, 64000, 80000 80000, 96000, 128000, 192000, 256000, 384000, 512000 ] } } Loading