don't do a normalize pre-pass if --audio drop
This commit is contained in:
parent
ae91419b5f
commit
2f1c4efb97
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ if __name__ == '__main__':
|
|||
# --------------------------------------------------
|
||||
# normalization pre-pass
|
||||
|
||||
if (main.cfg.armed or main.cfg.dump_commands) and main.cfg.normalize:
|
||||
if (main.cfg.armed or main.cfg.dump_commands) and main.cfg.normalize and (not main.cfg.audio == 'drop'):
|
||||
if main.cfg.normalize_override == 0.0:
|
||||
_print('running normalization pre-pass')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue