mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
make bs1770gain calculate sample peak instead of true peak
This commit is contained in:
parent
9f8b81a5ad
commit
8dcd50b18f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue