mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Merge pull request #764 from roderickvd/print-normalisation-pregain
Print normalisation pregain in verbose mode
This commit is contained in:
commit
5d43b7dc31
1 changed files with 4 additions and 0 deletions
|
@ -286,6 +286,10 @@ impl Player {
|
|||
|
||||
if config.normalisation {
|
||||
debug!("Normalisation Type: {:?}", config.normalisation_type);
|
||||
debug!(
|
||||
"Normalisation Pregain: {:.1} dB",
|
||||
config.normalisation_pregain
|
||||
);
|
||||
debug!(
|
||||
"Normalisation Threshold: {:.1} dBFS",
|
||||
ratio_to_db(config.normalisation_threshold)
|
||||
|
|
Loading…
Reference in a new issue