mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 02:09:26 +02:00
Update default normalisation threshold
This commit is contained in:
parent
1540636ccc
commit
fe644bc0d7
3 changed files with 3 additions and 2 deletions
|
@ -371,7 +371,7 @@ fn get_setup(args: &[String]) -> Setup {
|
|||
.optopt(
|
||||
"",
|
||||
NORMALISATION_THRESHOLD,
|
||||
"Threshold (dBFS) to prevent clipping. Defaults to -1.0.",
|
||||
"Threshold (dBFS) to prevent clipping. Defaults to -2.0.",
|
||||
"THRESHOLD",
|
||||
)
|
||||
.optopt(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue