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

SDL_mixer: Adding the ability to have multiple sound devices to each have their own mixer #661

Open
superhac opened this issue Jan 17, 2025 · 2 comments
Milestone

Comments

@superhac
Copy link

Hi! I was looking to have two sound devices in use simultaneously with each having its own mixer. From what I've been able to determine is that you can open multiple mixers on different sound devices but you can't specify which one you would like to use with any of the calls that affect the mixer. For instance this one: https://wiki.libsdl.org/SDL3_mixer/Mix_FadeInMusic. I asked about this and it was confirmed on the Discord channel as a limitation. Do you think we could get this added to next release of SDL mixer?

Thanks!

@slouken slouken transferred this issue from libsdl-org/SDL Jan 17, 2025
@slouken slouken added this to the 3.0 milestone Jan 17, 2025
@slouken
Copy link
Collaborator

slouken commented Jan 17, 2025

Yes, we'll keep this in mind for SDL_mixer 3.0 release.

@superhac
Copy link
Author

That's great. Thank you!

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

2 participants