help="Window the start/end of the signal by this amount in milliseconds (default = %(default)s)",
default=None,
)
group.add_argument(
f"-{ps}gi",
f"--{p}_gain_pre",
type=parse_gain,
help="Apply the given pre-gain factor to the signal (suffix with dB to use nonlinear, e.g. '10 dB'), applied BEFORE other processing steps (default = %(default)s)",
default=None,
)
group.add_argument(
f"-{ps}go",
f"--{p}_gain_post",
type=parse_gain,
help="Apply the given post-gain factor to the signal (suffix with dB to use nonlinear, e.g. '10 dB'), applied AFTER other processing steps (default = %(default)s)",