Set volume for a sound
None.
raylib.InitAudioDevice sound = raylib.LoadSound("resources/beep.wav") raylib.SetSoundVolume sound, 0.5 raylib.PlaySound sound raylib.UnloadSound sound raylib.CloseAudioDevice
There was an error while loading. Please reload this page.