Re: Rear and Front speakers the same sound
Chris Robinson <[email protected]>
| Newsgroups | gmane.comp.lib.openal |
|---|---|
| Message-ID | <[email protected]> |
On Saturday, March 12, 2011 12:41:37 AM Kanishka Weerasekara wrote: > I am working on a sound project using Java Open AL. Currently it is working > on the default device (on board sound card). It seems that the out put from > left and right are accurate, but i am pretty sure the front and rear just > play the same sound.( It looks like stereo only, no four channels). I did > change my sound card setting to 5.1 and it still does not work. Are there > any way to correct this. > Thanks Hi. The Generic Software device can only handle mono and stereo output. Using Creative's drivers, if you don't have a card capable of hardware DSound3D or native OpenAL, it will automatically use Generic Software. Alternatively you can use OpenAL Soft, which should be able to detect the 5.1 setting in the system config and automatically do 5.1 output. You can find it here: http://kcat.strangesoft.net/openal.html _______________________________________________ Openal mailing list [email protected] http://opensource.creative.com/mailman/listinfo/openal