rewrote normalization to use loudnorm in order to avoid clipping

This commit is contained in:
Martinez 2017-08-20 16:16:27 +02:00
parent d12eb050a7
commit f092e852da
3 changed files with 74 additions and 81 deletions

View file

@ -2,7 +2,7 @@
# encoding: utf-8
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 101 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.101
patch = 3 # VERSION_PATCH_IDENTIFIER
minor = 102 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.102
patch = 0 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))