Skip to content
supermaximo93 edited this page Sep 21, 2011 · 1 revision

C declaration
void initAudio( unsigned int channels );

Pascal declaration
procedure initAudio( channels : cardinal );


Parameters
channels: Specifies the number of sound channels to initialise


Description
Initialises SDL audio and allocates the specified number of sound channels to play sound in. This number of sound channels has nothing to do with the number of physical sound channels in the system and is virtual.

Clone this wiki locally