update-audio-stream ( stream data frameCount -- )


Vocabulary
raylib

Inputs
streama AudioStream
dataa void*
frameCountan int


Outputs
None

Word description
Update audio stream buffers with data

Definition


LIBRARY: raylib FUNCTION-ALIAS: update-audio-stream void
UpdateAudioStream
( AudioStream stream, void* data, int frameCount )