Searched refs:VOLUME_MIN (Results 1 – 2 of 2) sorted by relevance
73 static const f32 VOLUME_MIN; variable
226 const f32 Voice::VOLUME_MIN = 0.0f; member in nw::snd::internal::driver::Voice738 if ( volume < VOLUME_MIN ) volume = VOLUME_MIN; in SetVolume()