spearmint icon indicating copy to clipboard operation
spearmint copied to clipboard

OpenAL: Cannot hear through splitscreen players

Open zturtleman opened this issue 12 years ago • 1 comments

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 avatar Mar 14 '13 02:03 zturtleman

Changed issue from 'enhancement' to 'bug'.

Old title: "OpenAL: Hear through splitscreen players"

zturtleman avatar Jan 16 '14 07:01 zturtleman