make bs1770gain calculate sample peak instead of true peak

This commit is contained in:
pszxzsd 2016-06-01 20:00:08 +02:00
parent 9f8b81a5ad
commit 8dcd50b18f

View file

@ -195,7 +195,7 @@ class Bs1770gainBackend(Backend):
# Construct shell command.
cmd = [self.command]
cmd = cmd + [self.method]
cmd = cmd + [b'-it']
cmd = cmd + [b'-p']
# Workaround for Windows: the underlying tool fails on paths
# with the \\?\ prefix, so we don't use it here. This