Commit ce38eeb8 authored by Anika Treffehn's avatar Anika Treffehn
Browse files

again formatting

parent f355f68b
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -118,7 +118,6 @@ def load_ir(
    dataset_suffix = None

    if out_fmt.startswith("BINAURAL") and "ROOM" in out_fmt:

        if "_IR" in out_fmt or "_REVERB" in out_fmt:
            warn(
                "For reference rendering _IR and _REVERB extensions of BINAURAL_ROOM are ignored"
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ def evs_jbm(
    errpatt_frames_packet,
    master_seed,
):

    # convert delay and error profile
    delay = None
    num_frames_packet = None
+0 −1
Original line number Diff line number Diff line
@@ -134,7 +134,6 @@ def spatial_distortion(
    amplitude,
    frequency,
) -> np.ndarray:

    if not isinstance(input, audio.SceneBasedAudio):
        raise ValueError("Spatial distortion currently only implemented for SBA.")

+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
import logging
from pathlib import Path
from typing import Optional, Union
from warnings import warn

from ivas_processing_scripts.audiotools.wrappers.random_seed import random_seed
from ivas_processing_scripts.constants import DEFAULT_CONFIG_BINARIES
+0 −1
Original line number Diff line number Diff line
@@ -333,7 +333,6 @@ def measure_loudness(file_splits, out_fmt, fs, loudness, loudness_fmt, meta, log


def validate_tracefile(tracefile):

    prevPlayTime = -1
    prevRtpTs = -1
    for j in range(tracefile.shape[0]):