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

Fix UWP audio and a hang bug #13792

Merged
merged 3 commits into from
Dec 19, 2020
Merged

Fix UWP audio and a hang bug #13792

merged 3 commits into from
Dec 19, 2020

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Dec 19, 2020

Turns out I have been looking for the problem in the wrong place. I thought I had some kind of weird logic fail in StereoResampler - turned out the culprit was in the XAudio code where the buffer management was completely busted. Fixed it to work (but probably far from optimal).

Fixes #13080

Also, fixed a hang bug in UWP StorageManager.

@hrydgard hrydgard added this to the v1.11.0 milestone Dec 19, 2020
@hrydgard hrydgard merged commit fd1b186 into master Dec 19, 2020
@hrydgard hrydgard deleted the uwp-audio-improvement branch December 19, 2020 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(UWP) Audio Issues - choppy sound on UWP, appears to be a buffering issue
1 participant