-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
mac-capture: Show warning for macOS system effect on audio devices #11933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jcm93
wants to merge
3
commits into
obsproject:master
Choose a base branch
from
jcm93:feat/mac-audio-effets-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The message is incorrect, because the settings are active for the application, not the device. There is no way to disable it for one device and have it enabled for another.
Saying "on the selected device" would imply that I can switch to another device and it could have a different state, but that ain't so - voice isolation (the most common setting that might be encountered) will be enabled for all input devices.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is indeed not representative of the underlying state, but I did write it this way on purpose.
I was figuring optimistically that the current behavior is in fact considered a "bug" in some respect on the Apple end, and that eventually we would in fact get per-device effects inside an application, because the current behavior seems so objectively dumb and bad to me. This could be naive / overly optimistic on my part, but I imagined that if that update ever happens, we could adjust the internals of how this message works rather than need to adjust the message itself inside this source properties window.
I also figured that, contextually, it just made more sense to only talk about the device the user has selected in that particular source's properties window. If we wanted to show a warning that "ALL your devices are going to sound like crap," that might be a good idea, but then the appropriate place to put that particular warning would be somewhere on a more general application level (though I don't know specifically where).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I disagree, this setting is "per application" for a reason - namely that the vast majority of consumer applications is not a compositing/editing application but single-input voice conference or audio/video call applications, and the system-wide voice isolation feature was designed with that use case in mind.
We should not communicate something to our users that is factually wrong (it is not enabled for the device, it is enabled for the application), because then it is us who confuse the users ("but OBS told me it was enabled for the device, where can I disable it for the device?").
The warning should simply state "Voice Isolation is enabled for OBS Studio. Disable if unfiltered audio input is desired".
No opinions. No value statements. Just the facts.
EDIT: Which is not a comment on your assessment, but particularly for situations like these it's easier in my experience to just state the situation as-is and not add yet another layer of interpretation/communication.