[Openal] Re: 3d VR setup
Brandon Thomas
bct2 at calvin.edu
Sat Oct 27 17:35:22 PDT 2007
Sorry for the constant posting, I just forgot to include something before.
I have gotten alsa configured such that "aplay chad-id.wav" will work.
Basically it says "left -front" and it should come from the left-front
speaker.
Well the fix for that was I changed my ~/.asoundrc file with this
pcm.!default {
type plug
slave.pcm "surround51"
slave.channels 6
route_policy duplicate
}
However, that didn't solve my front and back speaker problem, it still
seems that i can only pan left to right... front and back fadding only
makes it louder or softer in both front and back at the same time.
any thoughts?
-Brandon
On 10/27/07, Brandon Thomas <bct2 at calvin.edu> wrote:
> One of the problems might be that there is something screwy w/ my
> access to each speaker
> at one point I could access each one, but now I have to use a flag
> when testing it
> ie this sound wav tests each channel but I have to use this flag to
> get it to work.
>
> aplay -Dplug:surround51 chan-id.wav
>
> where as before: "aplay chad-id.wav" would just test work
> -Brandon
>
More information about the Openal
mailing list