Commit 0ab1f824 authored by Anika Treffehn's avatar Anika Treffehn
Browse files

format

parent 2260c499
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ from ivas_processing_scripts.audiotools.constants import (
    DEFAULT_ISM_METADATA,
    FORMAT_ISM_METADATA_CSV,
    IVAS_FRAME_LEN_MS,
    NUMBER_COLUMNS_ISM_METADATA,
)


+0 −1
Original line number Diff line number Diff line
@@ -564,7 +564,6 @@ def validate_input_files(cfg: TestConfig):

        # check frame alignment of items
        if cfg.input["frame_alignment"] != "ignore":

            alignment_len_samples = (20 / 1000) * fs

            if n_samples_x % alignment_len_samples != 0:
+0 −1
Original line number Diff line number Diff line
@@ -435,7 +435,6 @@ def process_item(
def remove_preamble(x, out_fmt, fs, repeat_signal, preamble_len_ms, meta, logger):
    # remove preamble for ISM metadata
    if out_fmt.startswith("ISM"):

        # cut first half of the metadata
        if repeat_signal:
            meta = [m[int(len(m) / 2) :, :] for m in meta]