FreeSound()

语法

FreeSound(#Sound)
概要
Stops and removes a sound previously loaded with LoadSound() or CatchSound() from memory. Once a sound has been freed, it can't be played anymore.

参数

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

返回值

无.

Remarks

All remaining sounds are automatically freed when the program ends.

已支持操作系统

所有

<- CatchSound() - Sound Index - GetSoundFrequency() ->