Home
last modified time | relevance | path

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

/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dhrtf.cpp1431 const float newIrSize{std::round(static_cast<float>(hrtf->irSize) * rate_scale)}; in GetLoadedHrtf() local
1432 hrtf->irSize = static_cast<uint>(minf(HrirLength, newIrSize)); in GetLoadedHrtf()