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

OpenAL: Cannot hear through splitscreen players #15

Open
zturtleman opened this issue Mar 14, 2013 · 1 comment
Open

OpenAL: Cannot hear through splitscreen players #15

zturtleman opened this issue Mar 14, 2013 · 1 comment

Comments

@zturtleman
Copy link
Member

When s_useOpenAL is 1, sounds are not heard through extra splitscreen players.


The OpenAL sound system (from what I've read) needs to be changed to use multiple context, one for each player. Might only be supported by OpenAL Soft. Might need to keep track of which player 'hears' the sound if the source limit applies to all contexts.

One benefit of multiple contexts is you can have multiple output devices, so each player could have a separate headset.

http://permalink.gmane.org/gmane.comp.lib.openal/5962

@zturtleman
Copy link
Member Author

Changed issue from 'enhancement' to 'bug'.

Old title: "OpenAL: Hear through splitscreen players"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant