Sets the sample volume.
0.0f
1.0f
Example:
void boom(float volume) { SetSampleVolume("soundfx/explosion.mp3", volume); PlaySample("soundfx/explosion.mp3"); }