BASS_CONFIG_3DALGORITHM config option

The positioning algorithm for 3D channels.

BASS_SetConfig(
    BASS_CONFIG_3DALGORITHM,
    DWORD algo
);

Parameters

algoOne of these algorithms.
BASS_3DALG_DEFAULTIf 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_OFFLeft 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