Commit 6f4f7ee2 authored by norvell's avatar norvell
Browse files

Fix in tests/hrtf_binary_loading/utils.py for renderer error reporting

parent a1094ee8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ def compare_rom_vs_binary(
        option_list_dec = None
    out_rom_path = DEC_ROM_DIR.joinpath(in_file + file_ext).with_suffix(".wav")
    run_decoder(
        out_fmt, out_fs, bitstream_path, out_rom_path, add_option_list=option_list_dec
        test_info, out_fmt, out_fs, bitstream_path, out_rom_path, add_option_list=option_list_dec
    )
    out_rom, out_rom_fs = pyaudio3dtools.audiofile.readfile(out_rom_path)