Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/demo2/
Dsnd.cpp37 f32 volume = 0.0f; variable
81 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()