[Openal] How to select output channel
Jason Daly
jdaly at ist.ucf.edu
Mon Mar 30 08:15:36 PDT 2009
Martin Diz wrote:
> Jason,
> I get my sound card working with all the channels and your idea works.
> The first coord let mi select left side (-1), both (0) or right (1)
> The third coord select front (-1), both (0) or back (1)
> So for play in all speaker should be (0,y,0)
> rear left (-1,y,1)
> What i didnt figured out is:
> 1- how to control center & sub buffer speakers, it plays very quiet
> sound in all coord cases
You might have to go with Dan's suggestion if you want to place sounds
in those channels. Most likely, the regular spatialization algorithm
will only use the four corner speakers.
> 2- What y coord is for.
That's for the vertical axis (it lets you place sounds above and below
the listener. It probably won't have much effect on the sound you're
hearing, unless your sound card uses fancy HRTF's (head-related transfer
functions) for rendering audio, which isn't likely, especially with
speakers.
--"J"
More information about the Openal
mailing list