Commit 7ba1a727 authored by norvell's avatar norvell
Browse files

Merge branch 'ci/update-basop-ci-branch' into 'basop-ci-branch'

[BASOP CI] Fix for custom loudspeaker setup with PEAQ binaural

See merge request !1968
parents cdea7224 d7cc710e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -347,7 +347,7 @@ def run_renderer(
                    cmd2[10] = str(sr)
                    cmd2[0] += BIN_SUFFIX_MERGETARGET # Use IVAS_rend_ref for re-rendering
                    cmd2[0] += binary_suffix
                    if "MASA" in out_fmt:
                    if "MASA" in str(out_fmt):
                        cmd2.extend(["-im", out_file + ".met"])
                    run_cmd(cmd2, env)