InitSound()

Syntax

Result = InitSound()
Description
Initializes the sound environment. This function must be always called before any other sound function and should always check its result. If the sound environment fails, it's absolutely necessary to disable all the sound functions calls.

Parameters

None.

Return value

Nonzero if the sound environment has been setup correctly, zero otherwise.

Supported OS

All

<- GetSoundPosition() - Sound Index - IsSound() ->