mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #626] software volume control #448
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#448
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 @lu-mueller on GitHub (Sep 27, 2021).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/626
Originally assigned to: @waydabber on GitHub.
Before opening the issue, have you...?
Is your feature request related to a problem? Please describe
I have connected two DELL S2721QS to my mac mini M1. Only one screen can be controlled by DDC with the M1. The feature enable software dimming if required is available for this, but only for brightness and not for volume.
Describe the solution you'd like
If an external display can´t be controlled, software volume control will be used instead.
Describe alternatives you've considered
Anything else?
No response
@waydabber commented on GitHub (Sep 27, 2021):
I think the idea is solid but I am afraid implementing software volume control for digital outputs is out of scope for MonitorControl. This would require a virtual audio output device as a filter (which stands between the original output and the system output) that is able to adjust the level of the audio stream with volume control option exposed to the OS. Windows has this capability built-in to its default digital audio drivers but macOS lacks this - there are third party tools (like https://rogueamoeba.com/soundsource/ ) that can fix this but these are quite pricey (formerly you could use SoundFlower for this as a free option but it does not work anymore with recent macOS versions and M1).
I'll close this issue now but if you have a better approach solving this problem, please let us know!
Thank you!
(@JoniVR please let me know if you feel differently about this request!)