mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[GH-ISSUE #779] Feature Idea: auto normalisation-gain-type #411
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#411
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 @JasonLG1979 on GitHub (May 31, 2021).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/779
Librespot and Spotify currently supports both track and album normalisation gain types. Which to use is currently up to the user, defaulting to album. An auto mode would not be that difficult. If 2 tracks in a row are from the same album use album mode if not use track mode.
@JasonLG1979 commented on GitHub (May 31, 2021):
Basically if the current track is the same album as the next track, album gain if not track gain. The only special case is at the end of the playlist. In that case since there would be no next track you'd want to look at the previous track to see if it's the same album to decide.
@JasonLG1979 commented on GitHub (May 31, 2021):
My bad. Just noticed the whole feature requests should be discussions thing...