OpenEmu / Mupen64Plus-Core

OpenEmu Core plugin with Mupen64Plus to support N64 emulation
49 stars 23 forks source link

Audio channels reversed #11

Closed OMGsus closed 8 years ago

OMGsus commented 9 years ago

I've noticed this in many forks if not all... i think its with sdl getting from the output "left-first" but sdl assumes "right-first"...

instead of swapping by env config, might be better to fix by changing

if(SwapChannels == 0)

to

if(SwapChannels == 1)

I dunno.. up to you guys... Possibly fixed but I can't build or test from here. Im testing on 2.0.1 (as release on experimental)

clobber commented 9 years ago

We don't use SDL or audio plugins. Swapping would need to be handled in our implementation.

OMGsus commented 9 years ago

Doh... then i am unaware. sorry i can't help more. all i can do is complain then :P

Thanks!

clobber commented 8 years ago

https://github.com/OpenEmu/Mupen64Plus-Core/commit/c6775d13682103de4be7a39fdd5a102bb3b240e2