Commit d5b5b8ec authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'ci/split-output-files-b4-comparison' into kiene/tmp-branch-for-ltv-split-testing

parents 45d3fbae d8c74f73
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1264,6 +1264,8 @@ def get_split_idx(input_file: str, sampling_rate_khz: int) -> Optional[np.ndarra

    If no list of indices is available for the given input file, an empty array is returned.
    """
    assert sampling_rate_khz in [16, 32, 48]

    input_file = input_file.lower()
    if "omasa" in input_file:
        format = "_".join(input_file.replace(".wav", "").split("_")[:-1])