Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/
Dsp.h70 void SPPrepareSound(SPSoundEntry *sound, AXVPB *axvpb, u32 sampleRate);
/RvlSDK-2.1/build/demos/axdemo/src/
Ddpl2demo.c195 SPPrepareSound(sound, voice, sound->sampleRate); in play_sound()
Dexpdelay.c279 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
DexpdelayDpl2.c282 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
DexpreverbHiDpl2.c285 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
Dcompressor.c592 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
DexpreverbHi.c279 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
DexpchorusDpl2.c279 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
DexpreverbStd.c279 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
DexpreverbStdDpl2.c282 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
Dexpchorus.c280 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
Ddpl2reverb.c354 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
DfxbussendDpl2.c303 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
Daxfilter.c370 SPPrepareSound(demo_v->sp_entry, ax_v, (demo_v->sp_entry)->sampleRate); in play_sound()
Dfxbussend.c312 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
Daxart3ddemo.c259 SPPrepareSound(so->sound, so->voice, 0); in startSound()
/RvlSDK-2.1/build/demos/spdemo/src/
Dspdemo.c501 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dwpad_spdemo.c492 SPPrepareSound(v->entry, v->voice, (v->entry)->sampleRate); in PlaySfx()
/RvlSDK-2.1/build/libraries/sp/src/
Dsp.c149 void SPPrepareSound(SPSoundEntry *sound, AXVPB *axvpb, u32 sampleRate) in SPPrepareSound() function