mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #46] Fixed volume #35
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#35
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 @sashahilton00 on GitHub (Jan 29, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/46
Thursday Mar 09, 2017 at 18:13 GMT
Originally opened as https://github.com/plietar/librespot/pull/161
Add a --fixed-volume setting that keeps volume at 100%. The volume used in the spotify connect communication is logged.
I am running librespot on a raspberry pi connected to an external amplifier with an API. I want the raspberry pi to always output sound at full volume and then I will adjust the volume on the external amplifier based on the logged volume from librespot.
mattiash included the following code: https://github.com/plietar/librespot/pull/161/commits
@sashahilton00 commented on GitHub (Jan 29, 2018):
Monday Mar 13, 2017 at 05:41 GMT
I think it might make more sense to add a mixer which ignores volume requests and has no filter, you get the same result with less if statements
@sashahilton00 commented on GitHub (Jan 29, 2018):
Monday Mar 13, 2017 at 08:01 GMT
+1 for the custom mixer, the same as MPD "null" mixer option.
@sashahilton00 commented on GitHub (Jan 29, 2018):
Monday Mar 13, 2017 at 20:37 GMT
Good idea. I'll give it a try in a separate PR.
@sashahilton00 commented on GitHub (Jan 29, 2018):
Friday Apr 07, 2017 at 07:48 GMT
When doing the 100% volume in the other PR, maybe it would be possible to offer a parameter option to set at least the volume that librespot starts with?
Because I have a device where I would the default volume of librespot want to be a bit lower, instead of the 100%
@ComlOnline commented on GitHub (Jan 29, 2018):
Please see #48