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