Commit 212fcff7 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

formatting

parent 104bdf95
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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(
+1 −1
Original line number Diff line number Diff line
@@ -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