Fix --normalize option bug
This commit is contained in:
@@ -59,7 +59,7 @@ if __name__ == "__main__":
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--normalize",
|
"--normalize",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
default=True,
|
default=False,
|
||||||
help="loudness normalize audio",
|
help="loudness normalize audio",
|
||||||
)
|
)
|
||||||
args, _ = parser.parse_known_args()
|
args, _ = parser.parse_known_args()
|
||||||
|
|||||||
Reference in New Issue
Block a user