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 no output on WASAPI (#433) #435

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

lalitshankarchowdhury
Copy link
Contributor

Fixes #433.

The issue was caused by creating new copies of ComPtr inside WasapiHandle instead of using references to the existing instance.

This likely led to improper management of the COM object's reference count, resulting in no audio output.

The issue was caused by creating new copies of ComPtr<IAudioClient> inside WasapiHandle instead of using references to the existing instance.
@lalitshankarchowdhury
Copy link
Contributor Author

Hi @garyscavone, could you review this when you have the chance? Thanks!

@garyscavone garyscavone merged commit ef77fe8 into thestk:master Sep 17, 2024
12 checks passed
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.

WASAPI broken on master, callback called with 20k Hz rate
2 participants