mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[PR #260] [MERGED] Fix normalization #278
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#278
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?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/go-librespot/pull/260
Author: @devgianlu
Created: 11/30/2025
Status: ✅ Merged
Merged: 11/30/2025
Merged by: @devgianlu
Base:
master← Head:fix-norm📝 Commits (3)
d043fecfix: proper normalization according to TruePeak valuesd642298refactor: remove unsued Vorbis metadata normalization6b7ad33chore: add normalization details to README📊 Changes
3 files changed (+42 additions, -25 deletions)
View changed files
📝
README.md(+21 -1)📝
player/player.go(+21 -3)📝
vorbis/metadata.go(+0 -21)📄 Description
Fixes #257.
The main problem with the old logic was that the TruePeak dB value was used as linear. Additionally, we now target Spotify's 14 dB LUFS by default.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.