FreeSound3D()

Syntax

FreeSound3D(#Sound3D)
Description
Stop and remove a 3D sound previously loaded with LoadSound3D() from memory. Once a sound has been freed, it can't be played anymore.

Parameters

#Sound3D The 3D sound to free. If #PB_All is specified, all the remaining 3D sounds are freed.

Return value

None.

Remarks

All remaining sounds are automatically freed when the program ends.

Supported OS

All

Sound3D Index - IsSound3D() ->