Loading ivas_processing_scripts/processing/ivas.py +6 −0 Original line number Diff line number Diff line Loading @@ -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( Loading Loading
ivas_processing_scripts/processing/ivas.py +6 −0 Original line number Diff line number Diff line Loading @@ -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( Loading