Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUnclear on how to disable volume normalisation #152
Comments
|
Looking at librespot removing that line of code should be sufficient to disable volume normalisation |
|
Thanks for the response, glad to have confirmation. Please could you point me at the librespot documentation? I'd be interested in reading some more about how this works. Many thanks |
|
Documentation for librespot: https://github.com/librespot-org/librespot/blob/master/README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I am unclear on how to disable the volume normalisation feature without affecting any other of the default settings.
From what I understand volume normalisation is enabled by default and you must change some arguments to disable it.
When looking at all of the arguments available there is one available to enable audio normalisation but there doesn't seem to be an argument to disable it.
What I have done is uncommented the VOLUME-ARGS line and removed the' --enable-volume-normalisation' flag.
Is this the correct way to disable volume normalisation?
Thanks