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

Stereo for sound effects is reversed. #44

Open
GoogleCodeExporter opened this issue Jun 19, 2015 · 1 comment
Open

Stereo for sound effects is reversed. #44

GoogleCodeExporter opened this issue Jun 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Stereo sound panning in SDL_Wii seems to be reversed from the PC and other SDL 
ports. In both WiiDoom and a generic SDL game that I am porting to the Wii, the 
sounds are quite clearly oriented backwards from what they should be.

Original issue reported on code.google.com by [email protected] on 17 Sep 2011 at 3:11

@GoogleCodeExporter
Copy link
Author

Libogc's AUDIO_InitDMA() function expects samples in the order right,left 
whilst SDL expects samples in the order left,right. SDL Wii library 
(SDL_wiiaudio.c) passes AUDIO_InitDMA the SDL audio buffer whithout making the 
needed inversion.

Original comment by [email protected] on 8 Dec 2013 at 8:18

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