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: WASAPI device disconnection state #720

Closed
wants to merge 1 commit into from

Conversation

day-garwood
Copy link

This PR fixes issue 717, where MiniAudio hangs after device disconnection using WASAPI. The ma_sound_start function now checks for ma_device_state_started with all its other validations before starting the node.

I'm new to contributing to open-source projects and this is my first pull request. I'm open to feedback and would appreciate any suggestions for improvements. Thank you!

ma_sound_start now checks for ma_device_state_started before starting node.

Resolves issue 717.
@mackron
Copy link
Owner

mackron commented Aug 23, 2023

See my comment here about this one: #717 (comment)

@mackron mackron closed this Aug 23, 2023
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.

2 participants