mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #338] Control headphone output volume #269
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#269
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 @skirem on GitHub (Dec 1, 2020).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/338
Checklist
Is your feature request related to a problem? Please describe.
It's nice that I can control my Dell U3419W speakers and brightness with this tool, but unfortunately it can't control the volume ouf the headphone jacks output
Describe the solution you'd like
Another slider for headphone volume would be great
Describe alternatives you've considered
Using an offical Apple / Dell driver would be nice, but both of them dont offer driver for high tech products..
Additional context
Awesome tool so far :)
@JoniVR commented on GitHub (Dec 6, 2020):
You should be able to do it through shortcuts (if you can), we currently detect the active audio output (and if it can set its own volume or not) and just stop listening for volume keys if the active audio output can set its own volume. Perhaps we could indeed add a slider for this as well.
@dac73 commented on GitHub (Dec 30, 2020):
I have passive headphones (no volume control on them) connected to U4320Q, Volume control works only on the monitor but not on headphones.
Cheers.
@inomdzhon commented on GitHub (Jan 8, 2021):
Same wanting 🙏
I turned off built-in speaker of
Dell S2316Hand I has connect separated speaker to output port.When I change volume,
MonitorControlturn on built-in speaker back.Is it possible change this behavior?
Thank you anyway!
@waydabber commented on GitHub (Aug 21, 2021):
It might be possible to solve this by using the following two DDC controls:
speakerSelect = 0x63
audioJackConnectionStatus = 0x65
Unfortunatelly rarely ever any display support this. We'll keep this open as a feature request though but probably somebody with such a display should try to implenet this feature and even then there won't be guarantee that it will work with other displays.
@waydabber commented on GitHub (Aug 21, 2021):
I'll close this issue for now but if there is a popular demand for this or it turns out to be technically feasible, we still might do this. Also we'd need a developer with an access to such a display.
Thank you for your understanding!