Handbook
Glossary
set-sound-pitch ( sound pitch -- )
Vocabulary
raylib
Inputs
sound
a
Sound
pitch
a
float
Outputs
None
Word description
Set pitch for a sound (1.0 is base level)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
set-sound-pitch
void
SetSoundPitch (
Sound
sound,
float
pitch )