4 #include "aloptional.h"
10 enum class StereoEncoding
: unsigned char;
13 constexpr float GainMixMax
{1000.0f
}; /* +60dB */
20 * Set up the appropriate panning method and mixing method given the device
23 void aluInitRenderer(ALCdevice
*device
, int hrtf_id
, al::optional
<StereoEncoding
> stereomode
);
25 void aluInitEffectPanning(EffectSlot
*slot
, ALCcontext
*context
);
28 extern const float ConeScale
;
29 extern const float ZScale
;