mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #953] alsa-mixer-control parameter seems to be ignored #464
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#464
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 @fpicot on GitHub (Jan 27, 2022).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/953
It seems that the parameter alsa-mixer-control is ignored under librespot 0.3.1
Configuration is passed via environment variables as follow :
The logs show :
Test confirm that the alsa mixer is ignored using the equalizer plugin (change
This was working under librespot v0.1.3-37-g0adb851 with the parameter "--backend alsa --mixer alsa --mixer-name Master"
@roderickvd commented on GitHub (Jan 27, 2022):
I don’t know what the issue is? You specified to use the
Mastermixer of Alsa and that’s what it is doing.@fpicot commented on GitHub (Jan 27, 2022):
I did not understand the meaning the log "Alsa mixer control is softvol: true" properly, but your comment on #948 made it clear, the mixer is Master and is doing software volume control.
What I don't get however is why with the same /etc/asound.conf, librespot 0.1.3 with parameters "--backend alsa --mixer alsa --mixer-name Master" is correctly going through the equalizer alsa plugin but librespot 0.3.1 with parameters "--device "sysdefault:CARD=sndrpihifiberry" --backend alsa --mixer alsa --alsa-mixer-control Master" is not.
I thought it was because the mixer parameter was ignored and librespot was doing its own volume control.
@roderickvd commented on GitHub (Jan 27, 2022):
I think that's here: https://github.com/dtcooper/raspotify/issues/475
I'm closing this, as this does not seem an issue with
librespot.