Loading ivas_processing_scripts/processing/evs.py +6 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,9 @@ class EVS(Processing): cmd.extend(cod_opts) # use quiet mode cmd.extend(["-q"]) cmd.extend( [ str(bitrate), Loading Loading @@ -434,6 +437,9 @@ class EVS(Processing): if self.dec_opts: cmd.extend(self.dec_opts) # use quiet mode cmd.extend(["-q"]) cmd.extend([str(self.out_fs // 1000), str(bitstream), str(out_pcm_file)]) run(cmd, logger=logger) ivas_processing_scripts/processing/ivas.py +6 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,9 @@ class IVAS(Processing): if self.cod_opts: cmd.extend(self.cod_opts) # use quiet mode cmd.extend(["-q"]) fmt_codec = IVAS.parse_config(self.in_fmt, metadata_files) if fmt_codec == [""]: cmd.extend( Loading Loading @@ -293,6 +296,9 @@ class IVAS(Processing): if self.dec_opts: cmd.extend(self.dec_opts) # use quiet mode cmd.extend(["-q"]) if self.out_fmt.name.startswith("ISM") or self.out_fmt.name.startswith("MASA"): output_format = "EXT" elif self.in_fmt.name == "MONO": Loading Loading
ivas_processing_scripts/processing/evs.py +6 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,9 @@ class EVS(Processing): cmd.extend(cod_opts) # use quiet mode cmd.extend(["-q"]) cmd.extend( [ str(bitrate), Loading Loading @@ -434,6 +437,9 @@ class EVS(Processing): if self.dec_opts: cmd.extend(self.dec_opts) # use quiet mode cmd.extend(["-q"]) cmd.extend([str(self.out_fs // 1000), str(bitstream), str(out_pcm_file)]) run(cmd, logger=logger)
ivas_processing_scripts/processing/ivas.py +6 −0 Original line number Diff line number Diff line Loading @@ -197,6 +197,9 @@ class IVAS(Processing): if self.cod_opts: cmd.extend(self.cod_opts) # use quiet mode cmd.extend(["-q"]) fmt_codec = IVAS.parse_config(self.in_fmt, metadata_files) if fmt_codec == [""]: cmd.extend( Loading Loading @@ -293,6 +296,9 @@ class IVAS(Processing): if self.dec_opts: cmd.extend(self.dec_opts) # use quiet mode cmd.extend(["-q"]) if self.out_fmt.name.startswith("ISM") or self.out_fmt.name.startswith("MASA"): output_format = "EXT" elif self.in_fmt.name == "MONO": Loading