BASS_CONFIG_3DALGORITHM config option
The positioning algorithm for 3D channels.
BASS_SetConfig(
BASS_CONFIG_3DALGORITHM,
DWORD algo
);
Parameters
algo | One of these algorithms.
BASS_3DALG_DEFAULT | If at least 4 speakers are available (see BASS_GetInfo) then the sound is panned among them, otherwise it equates to BASS_3DALG_OFF.
| BASS_3DALG_OFF | Left and right panning on only 2 speakers is used.
|
|
Remarks
The default setting is BASS_3DALG_DEFAULT. Changes only affect subsequently created 3D channels, not any that already exist.
See also
BASS_GetConfig, BASS_SampleCreate, BASS_SampleLoad, BASS_SetConfig