al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
alSndpNewFormat#include <libaudio.h> void alSndpNew(ALSndPlayer *sndp, ALSndpConfig *config); Arguments
It initializes the sound player specified by the sndp argument for the configuration specified by the config argument and signs into the synthesis driver as a client. Note that it allocates memory from the (initialized) ALHeap referenced by the config structure. The values in the following data elements of the ALSndpConfig structure determine how much is allocated:
alHeapAlloc
|