Commit 5059cdf3 authored by PLAINSI's avatar PLAINSI
Browse files

Formatting

parent 6a88fb2c
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -228,9 +228,7 @@ def generate_foa_items(
            )

            # read the IR file
            IR = audio.fromfile(
                "FOA", os.path.join(cfg.IR_path, IR_file), fs=cfg.IR_fs
            )
            IR = audio.fromfile("FOA", os.path.join(cfg.IR_path, IR_file), fs=cfg.IR_fs)

            # convolve with FOA IR
            x = filter_foa(x, IR)