mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-27 05:45:49 +03:00
[PR #84] [MERGED] fix: map audio logarithmically, not linearly #196
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#196
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/84
Author: @aykevl
Created: 9/8/2024
Status: ✅ Merged
Merged: 9/10/2024
Merged by: @devgianlu
Base:
master← Head:logarithmic-volume📝 Commits (1)
82c358bfix: map audio logarithmically, not linearly📊 Changes
1 file changed (+5 additions, -1 deletions)
View changed files
📝
output/driver_unix.go(+5 -1)📄 Description
Audio is perceived by humans in a logarithmic way. For a good explanation, see:
https://www.dr-lex.be/info-stuff/volumecontrols.html#about
This PR fixes the volume slider to be logarithmic.
OS volume controls (PulseAudio etc) do something similar, for the same reason.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.