Moving Adjust Latency advanced setting into device settings#1356
Merged
mikedickey merged 1 commit intodevfrom Dec 10, 2024
Merged
Moving Adjust Latency advanced setting into device settings#1356mikedickey merged 1 commit intodevfrom
mikedickey merged 1 commit intodevfrom
Conversation
f78f1de to
49fc0c5
Compare
A new "Audio Quality" slider is now included in the device settings screen when you are connected to a studio. This allows you to make changes while connected to a session so that you can hear the difference on the fly, rather than having to adjust it blindly. Also added a display of true buffer latency here so that you can also see how adjusting this slider changes it. Note that the setting is used to establish a max latency ceiling, or tolerance, so your true latency may be lower. Added support for using studio's setting for queueBuffer. This is the new default, and the slider to set it manually is only displayed if this is disabled.
49fc0c5 to
72362ee
Compare
nwang92
approved these changes
Dec 10, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
A new "Audio Quality" slider is now included in the device settings screen when you are connected to a studio. This allows you to make changes while connected to a session so that you can hear the difference on the fly, rather than having to adjust it blindly.
Also added a display of true buffer latency here so that you can also see how adjusting this slider changes it. Note that the setting is used to establish a max latency ceiling, or tolerance, so your true latency may be lower.
Added support for using studio's setting for queueBuffer. This is the new default, and the slider to set it manually is only displayed if this is disabled.