PDA

View Full Version : SDL_Mix, Stereo Volume


Lster
November 20th, 2007, 05:56 PM
Hi!

How can I independently control the volume output of either of my two speakers using SDL_Mixer. So basically, is it possible (and, if so, how!) to change the volume for each speaker independently. I have already set up SDL_Mixer to use stereo, but I can't find a function listed in the SDL_Mixer documentation to do what I have said.

If it isn't possible, are there any easy libraries that would do this (and perhaps even more sophisticated stuff)?

Thanks,
Lster

Lster
November 21st, 2007, 09:25 AM
I am happy to learn something new if it isn't possible... Any ideas?