Loading ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +3 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,9 @@ def ivasRendMasa( masa : MetadataAssistedSpatialAudio Input MASA audio out_fmt: str Desired output format (only 5_1, 7_1_4 and BINAURAL supported) Desired output format trajectory: Path Head rotation trajectory Returns ------- Loading ivas_processing_scripts/processing/ivas.py +4 −1 Original line number Diff line number Diff line Loading @@ -555,6 +555,9 @@ class IVAS_rend(Processing): rend_cfg_file = self.render_config_dir.joinpath(f"{rend_cfg_name}.wav.cfg") cmd.extend(["-render_config", rend_cfg_file]) # remove MASA number of directions in_fmt = self.in_fmt.name.replace("DIR1", "").replace("DIR2", "") cmd.extend( [ "-fs", Loading @@ -562,7 +565,7 @@ class IVAS_rend(Processing): "-i", str(in_file), "-if", self.in_fmt.name, in_fmt, "-o", str(out_file), "-of", Loading Loading
ivas_processing_scripts/audiotools/wrappers/masaRenderer.py +3 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,9 @@ def ivasRendMasa( masa : MetadataAssistedSpatialAudio Input MASA audio out_fmt: str Desired output format (only 5_1, 7_1_4 and BINAURAL supported) Desired output format trajectory: Path Head rotation trajectory Returns ------- Loading
ivas_processing_scripts/processing/ivas.py +4 −1 Original line number Diff line number Diff line Loading @@ -555,6 +555,9 @@ class IVAS_rend(Processing): rend_cfg_file = self.render_config_dir.joinpath(f"{rend_cfg_name}.wav.cfg") cmd.extend(["-render_config", rend_cfg_file]) # remove MASA number of directions in_fmt = self.in_fmt.name.replace("DIR1", "").replace("DIR2", "") cmd.extend( [ "-fs", Loading @@ -562,7 +565,7 @@ class IVAS_rend(Processing): "-i", str(in_file), "-if", self.in_fmt.name, in_fmt, "-o", str(out_file), "-of", Loading