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

patch IvasModeRunner.py to add -evs option and support EVS output formats

parent 3978415a
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -297,7 +297,8 @@ class IvasModeRunner(IvasModeCollector.IvasModeCollector):
                    self.logger.error("Exception in ivas_dec_thread(): " + str(e))
                    return

                if not config["mono"]:
                if config["mono"]:
                    dec_options.extend(["-evs"])
                dec_options.extend([output_config])
                dec_options = [
                    x.format(dec_file_name=dec_file_name) if "{dec_file_name}" in x else x