Skip to content
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

Audio: Remove latency setting #12804

Merged
merged 1 commit into from
Apr 8, 2020
Merged

Conversation

unknownbrackets
Copy link
Collaborator

This setting only changes some internal values that are shown in tests not to match PSP behavior. Removed, it now matches how the PSP works.

This setting wasn't really affecting any actual audio latency. Fixes #11844.

-[Unknown]

@unknownbrackets unknownbrackets added this to the v1.10.0 milestone Apr 8, 2020
This setting only changes some internal values that are shown in tests not
to match PSP behavior.  Removed, it now matches how the PSP works.

This setting wasn't really affecting any actual audio latency.
See hrydgard#11844.
@hrydgard
Copy link
Owner

hrydgard commented Apr 8, 2020

Agreed, it's been a placebo if anything.

@hrydgard hrydgard merged commit d52c39b into hrydgard:master Apr 8, 2020
@unknownbrackets unknownbrackets deleted the config-audio branch April 8, 2020 08:02
@ghost
Copy link

ghost commented Apr 9, 2020

This is related to options to remove #8171?
Can you also Sir remove the audio sync (resampling) that's also a placebo imo 😅

@unknownbrackets
Copy link
Collaborator Author

Heh, well, I think that one is somehow buggy but it does actually do something...

-[Unknown]

@ghost
Copy link

ghost commented Apr 9, 2020

@unknownbrackets Sir I have a question why audio sync (resampling) is not showing in x86jit android device? Why only in armjit android device?

@unknownbrackets
Copy link
Collaborator Author

No need to call me sir, I'm just a lowly whatever I am. The option only shows on devices that support 44.1kHz audio output. If the device requires 48kHz or something else, the resampler is forced on and cannot be turned off.

-[Unknown]

@ghost
Copy link

ghost commented Apr 9, 2020

@unknownbrackets thank you Sir for the explanation 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Audio latency has no effect at all
2 participants