mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #17] How to turn off any normalisation? #10
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @phts on GitHub (Jan 14, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/17
github.com/devgianlu/go-librespot@6e0c8b5c72/cmd/daemon/main.go (L282)If it is set to 0 in the config, it will be still reset to 1 and will affect output volume. Right? So how to turn it off completely?
@devgianlu commented on GitHub (Jan 14, 2024):
I have improved the situation by not doing that with
9226eef548, if you set 0 then it'll be 0. However that does not disable normalization as the formula here is still applied:github.com/devgianlu/go-librespot@9226eef548/audio/metadata.go (L184-L192)@phts commented on GitHub (Jan 14, 2024):
@devgianlu Please take a look at #18
@devgianlu commented on GitHub (Jan 15, 2024):
By setting
normalisation_disabled: trueyou should be good.@phts commented on GitHub (Jan 15, 2024):
@devgianlu and plz create new version
@devgianlu commented on GitHub (Jan 15, 2024):
Just finished running: https://github.com/devgianlu/go-librespot/releases/tag/v0.0.11