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

[raudio] Switching audio output on windows crashes #3489

Closed
4 tasks done
jestarray opened this issue Oct 30, 2023 · 3 comments
Closed
4 tasks done

[raudio] Switching audio output on windows crashes #3489

jestarray opened this issue Oct 30, 2023 · 3 comments

Comments

@jestarray
Copy link
Contributor

  • I tested it on latest raylib version from master branch
  • I checked there is no similar issue already reported
  • I checked the documentation on the wiki
  • My code has no errors or misuse of raylib

Issue description

Briefly describe the issue you are experiencing (or the feature you want to see added to raylib). Tell us what you were trying to do and what happened instead. Remember, this is not the best place to ask questions. For questions, go to raylib Discord server.

Environment

Windows 10

Issue Screenshot

2023-10-30_14-19-15.mp4

I am using rust bindings of raylib on 5.0 master but someone else confirmed the same for C++ as well. https://discord.com/channels/426912293134270465/427518168995725317/1168659928651669625

@JeffM2501
Copy link
Sponsor Contributor

It dies in the miniaudio worker thread, not raylib. Raylib can't fix this, it would have to be fixed on the miniaudio side. I recommend you report it there.

@JeffM2501
Copy link
Sponsor Contributor

image

@raysan5
Copy link
Owner

raysan5 commented Oct 31, 2023

As Jeff mentions, this is related to miniaudio, afaik, not much can be done on raylib side.

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

No branches or pull requests

3 participants