Loading ivas_processing_scripts/generation/process_foa_items.py +1 −3 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
ivas_processing_scripts/generation/process_foa_items.py +1 −3 Original line number Diff line number Diff line Loading @@ -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) Loading