PureBasic - Sound

Overview

The PureBasic sound system provides an easy way to have sound inside application or game. It uses special functions to get the maximum speed of available hardware. It uses DirectX on Windows. On Linux, it requires the SDL library.

Command Index

CatchSound
FreeSound
GetSoundFrequency
GetSoundPosition
InitSound
IsSound
LoadSound
PauseSound
PlaySound
ResumeSound
SetSoundFrequency
SetSoundPosition
SoundLength
SoundPan
SoundStatus
SoundVolume
StopSound

Example

Sound.pb

Supported OS

All

Reference Manual - Index