Commit 2b476dee authored by Jan Kiene's avatar Jan Kiene
Browse files

no split-comp for SID cut cases

parent 068146d4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1353,7 +1353,8 @@ def sba_dec(
        )

        # 2. run comparison on split files if --split_comparison is given
        if split_comparison:
        # in the "cut until bitstream starts with SID" case, we can't do the split comp as the indices would not match anymore
        if split_comparison and sid != 1:
            input_file = f"{test_vector_path}/{tag}.wav"
            split_idx = get_split_idx(str(Path(input_file).stem), int(sampling_rate))