We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Set pan for a sound
None.
raylib.InitAudioDevice sound = raylib.LoadSound("resources/beep.wav") raylib.SetSoundPan sound, 0.0 // pan left raylib.PlaySound sound raylib.UnloadSound sound raylib.CloseAudioDevice
There was an error while loading. Please reload this page.