1
0
Fork 0
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:
Roderick van Domburg 2021-09-02 22:04:30 +02:00
parent 1540636ccc
commit fe644bc0d7
No known key found for this signature in database
GPG key ID: FE2585E713F9F30A
3 changed files with 3 additions and 2 deletions

View file

@ -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(