Home
last modified time | relevance | path

Searched refs:demo_sound (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2.2/build/demos/axdemo/src/
Daxfilter.c172 static DEMO_SOUND demo_sound[] = variable
351 …ASSERTMSG( (demo_sound[sound].num_channels <= MAX_NUM_CHANNELS_PER_SOUND), "ERROR: Channel quantit… in play_sound()
357 for (i=0; i<demo_sound[sound].num_channels; i++) in play_sound()
369 demo_v->sp_entry = SPGetSoundEntry(sp_table, demo_sound[sound].sfx[i]); in play_sound()
373 …MIXInitChannel(ax_v, 0, 0, 0, -960, -960, (s32)demo_sound[sound].pan[i], (s32)demo_sound[sound].sp… in play_sound()
782 sprintf(dummy, "Sound : %s", demo_sound[soundIndex].name); in MNU_sound()