Commit e2169125 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Merge branch '111-adding-stereo_dmx_evs-should-remove-stereo-for-ivas' into 'main'

Resolve "Adding -stereo_dmx_evs should remove -stereo for IVAS"

See merge request !207
parents f0e62fd5 c6183e3c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -227,6 +227,12 @@ class IVAS(Processing):
                ]
            )

        # check for special case of -stereo_dmx_evs
        if "-stereo" in cmd and "-stereo_dmx_evs" in cmd:
            # done this way to ensure `output_format` is replaced in the correct position
            cmd.remove("-stereo_dmx_evs")
            cmd[cmd.index("-stereo")] = "-stereo_dmx_evs"

        run(cmd, logger=logger)

    def simulate_tx(