12 enum class StereoEncoding
: std::uint8_t;
18 constexpr float GainMixMax
{1000.0f
}; /* +60dB */
21 enum CompatFlags
: std::uint8_t {
28 using CompatFlagBitset
= std::bitset
<CompatFlags::Count
>;
30 void aluInit(CompatFlagBitset flags
, const float nfcscale
);
34 * Set up the appropriate panning method and mixing method given the device
37 void aluInitRenderer(al::Device
*device
, int hrtf_id
, std::optional
<StereoEncoding
> stereomode
);
39 void aluInitEffectPanning(EffectSlot
*slot
, ALCcontext
*context
);