Kode / Kha

Ultra-portable, high performance, open source multimedia framework.
http://kha.tech
zlib License
1.48k stars 171 forks source link

Support stereo (maybe surround) positioning of Sound and Music #19

Open RobDangerous opened 10 years ago

lunabunn commented 4 years ago

Is this not implemented yet, or was this issue just forgotten about? I would think a framework as powerful as Kha would support surround sound (((゜Д゜;)))

+edit Assuming this isn't implemented yet–would you take PR's if I implemented surround/stereo sound on only certain backends and just left stubs for other backends? I would love to help out with this, but I can only test certain backends right now D:

sh-dave commented 4 years ago

Was never fully implemented (AFAIK). There is some old WIP code in the posaudio branch though.

RobDangerous commented 4 years ago

There'd be little to no backend-specific code involved, Kha pumps fully mixed sound to the backends. I'd prefer if you'd leave it to me though as I know how I want to implement it.

lunabunn commented 4 years ago

Oh okay. I was unfamiliar with how Kha dealt with sound, only backends, so assumed Kha would leave it to backends. ;P

RobDangerous commented 4 years ago

There's no dedicated audio hardware in today's computers so leaving things to the backends would only cause trouble without providing any benefits in that case.

kennylerma commented 4 years ago

Bump! Would like to see this. Looks like @RobDangerous started on it posaudio branch?