Home
last modified time | relevance | path

Searched refs:boostopt (Results 1 – 1 of 1) sorted by relevance

/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dalc.cpp1145 if(auto boostopt = ConfigValueFloat(nullptr, "reverb", "boost")) in alc_initconfig() local
1147 const float valf{std::isfinite(*boostopt) ? clampf(*boostopt, -24.0f, 24.0f) : 0.0f}; in alc_initconfig()