Loading ivas_processing_scripts/generation/process_ambi_items.py +0 −3 Original line number Diff line number Diff line Loading @@ -78,9 +78,6 @@ def generate_ambi_items( ): """Generate FOA/HOA2 items from mono items based on scene description""" # get the number of scenes N_scenes = len(cfg.scenes) # set the target level if "loudness" not in cfg.__dict__: cfg.loudness = -26 Loading ivas_processing_scripts/generation/process_ism1_items.py +1 −1 Original line number Diff line number Diff line Loading @@ -360,7 +360,7 @@ def generate_ism1_scene( os.path.dirname(scene["name"]), cfg.use_output_prefix + os.path.splitext(os.path.basename(scene["name"]))[0] + f".0.csv", + ".0.csv", ) with open( Loading ivas_processing_scripts/generation/process_ism2_items.py +1 −1 Original line number Diff line number Diff line Loading @@ -29,10 +29,10 @@ # accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and # the United Nations Convention on Contracts on the International Sales of Goods. # import csv import logging import os import pdb from itertools import groupby, repeat from math import floor Loading Loading
ivas_processing_scripts/generation/process_ambi_items.py +0 −3 Original line number Diff line number Diff line Loading @@ -78,9 +78,6 @@ def generate_ambi_items( ): """Generate FOA/HOA2 items from mono items based on scene description""" # get the number of scenes N_scenes = len(cfg.scenes) # set the target level if "loudness" not in cfg.__dict__: cfg.loudness = -26 Loading
ivas_processing_scripts/generation/process_ism1_items.py +1 −1 Original line number Diff line number Diff line Loading @@ -360,7 +360,7 @@ def generate_ism1_scene( os.path.dirname(scene["name"]), cfg.use_output_prefix + os.path.splitext(os.path.basename(scene["name"]))[0] + f".0.csv", + ".0.csv", ) with open( Loading
ivas_processing_scripts/generation/process_ism2_items.py +1 −1 Original line number Diff line number Diff line Loading @@ -29,10 +29,10 @@ # accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and # the United Nations Convention on Contracts on the International Sales of Goods. # import csv import logging import os import pdb from itertools import groupby, repeat from math import floor Loading