Commit ffeff9e2 authored by norvell's avatar norvell
Browse files

Fix for the case of non-rendered input file

parent 399fabe9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -501,7 +501,7 @@ def binauralize_input_and_output(
            sr=in_sr,
        )
    else:
        ref_output_file_binaural = ref_output_file
        ref_output_file_binaural = input_file
    return (ref_output_file_binaural, dut_output_file_binaural)

def findstr(exp, s, one_element=True):