Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_Voice.h73 static const f32 VOLUME_MIN; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Voice.cpp226 const f32 Voice::VOLUME_MIN = 0.0f; member in nw::snd::internal::driver::Voice
738 if ( volume < VOLUME_MIN ) volume = VOLUME_MIN; in SetVolume()