Searched refs:volume (Results 1 – 1 of 1) sorted by relevance
37 f32 volume = 0.0f; variable81 pVoice->SetVolume(volume); in SoundThreadFunc()153 volume = 1.0f; in PlaySound()163 volume -= 0.03f; in PlaySound()164 if (volume < 0.0f) in PlaySound()166 volume = 0.0f; in PlaySound()170 pVoice->SetVolume(volume); in PlaySound()177 volume = 0.0f; in StopSound()178 pVoice->SetVolume(volume); in StopSound()