Commit 152b4440 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

formatting

parent 41a6e390
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -569,7 +569,9 @@ def get_processing_chain(
                "out_fs": post_cfg.get("fs"),
                "out_fmt": post_fmt,
                "out_cutoff": tmp_lp_cutoff,
                "in_gain": post_cfg.get("gain"), # should be in_gain here since we want to apply it before any conversion/rendering
                "in_gain": post_cfg.get(
                    "gain"
                ),  # should be in_gain here since we want to apply it before any conversion/rendering
                "bin_dataset": post_cfg.get("bin_dataset"),
                "bin_lfe_gain": post_cfg.get("bin_lfe_gain"),
                "limit": post_cfg.get("limit", True),