Skip to contents

Unload audio stream and free memory.

Usage

unload_audio_stream(stream)

Arguments

stream

An audio_stream.

Note

This function has been auto-generated from the following Raylib function definition:

void UnloadAudioStream(AudioStream stream);

Examples

if (FALSE) {
unload_audio_stream(load_audio_stream(44100L, 16L, 1L))
}