Commit c9a940af authored by vaclav's avatar vaclav
Browse files

Merge remote-tracking branch 'remotes/origin/main' into 651-framework-improvements

parents d0ea56d3 3702d9f6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ split-rendering-pytest-on-merge-request:
    - .rules-merge-request
  needs: ["build-codec-linux-make"]
  # TODO: set reasonable timeout, will most likely take less
  timeout: "20 minutes"
  timeout: "30 minutes"
  stage: compare
  script:
    - *print-common-info
+0 −11
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 512000;
DOF = 2;
HQMODE = 0;
CODEC = LCLD;

[GENERAL]
RENDERER = CREND;

[ROOMACOUSTICS]
REVERB = FALSE;
+0 −11
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 768000;
DOF = 1;
HQMODE = 0;
CODEC = LCLD;

[GENERAL]
RENDERER = CREND;

[ROOMACOUSTICS]
REVERB = FALSE;
+0 −11
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 512000;
DOF = 2;
HQMODE = 0;
CODEC = LCLD;

[GENERAL]
RENDERER = FASTCONV;

[ROOMACOUSTICS]
REVERB = FALSE;
+0 −11
Original line number Diff line number Diff line
[SPLITREND]
BITRATE = 768000;
DOF = 1;
HQMODE = 0;
CODEC = LCLD;

[GENERAL]
RENDERER = FASTCONV;

[ROOMACOUSTICS]
REVERB = FALSE;
Loading