mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 12:25:48 +03:00
[GH-ISSUE #88] Volume problem #74
Labels
No labels
bug
duplicate
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tidal-ui#74
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 @lizzykendall1-prog on GitHub (Dec 31, 2025).
Original GitHub issue: https://github.com/binimum/tidal-ui/issues/88
The volume has decreased, sometimes when I press queue and click on the song it will restore the full volume but it gets stuck on buffering while playing the song
@shdf2 commented on GitHub (Jan 1, 2026):
i have the same problem.
the sound is low in the player, but when you click the play button twice on the track list it fixes the sound level and the player is ghosted whith "Loading Track..." message. you have to start a new song from the track and it fixes the player problem but keep playing with low sound...
@binimum commented on GitHub (Jan 1, 2026):
This is a known issue regarding ReplayGain. I can’t figure out why but for some reason the ReplayGain stops when a new song is trying to be loaded. I’m working on fixing it
@Emx74 commented on GitHub (Feb 3, 2026):
You should completely eliminate any volume modifications: if the player applies volume adjustments, ReplayGain, or other software processing during playback, the PCM samples are digitally altered.
As a result, the audio stream no longer matches the original file, and consequently, the overall quality is lower than the original.
To listen to FLAC in its original purity, all software processing must be avoided, leaving the signal untouched.
@kobayashi90 commented on GitHub (Feb 11, 2026):
Will be fixed with #118