Commit 6ef42202 authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

resolve conflicts

parent 4a5cf87f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ def render_sba_to_binaural(
        ##connect cba_tmp to ivas python renderer 

        #Binaural dataset name is not being passeed here
        channelbased.render_cba_to_binaural(cba_tmp, bin, trajectory, bin_dataset, **kwargs, bin_dataset)
        channelbased.render_cba_to_binaural(cba_tmp, bin, trajectory, bin_dataset, **kwargs)
        #channelbased.render_cba_to_binaural(cba_tmp, bin, **kwargs) - does not work if **kwargs is passed as an argument 
    else:
        IR, _, latency_smp = load_ir(sba.name, bin.name, bin_dataset)