audFreeSound

Category: Audio

Syntax:

audFreeSound:Void(sound:Int)


Parameters

Returns

Void



Summary

Frees a loaded sound from memory.

Takes sound (sound handle from audLoadSound).

Returns nothing.

View detailed documentation online



Example
Local pistolSound:Int = audLoadSound("pistol.wav")

audFreeSound(pistolSound)

BambooBasic © 2026 Michael Denathorn