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