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