Home
last modified time | relevance | path

Searched refs:sampleRate (Results 1 – 25 of 32) sorted by relevance

12

/RvlSDK-3.2.2/build/tools/sndconv/src/
Doutput.c56 u32 sampleRate, in soundOutputAddEntry() argument
81 sndconvdata->sampleRate = sampleRate; in soundOutputAddEntry()
91 sndconvdata->sampleRate = sampleRate; in soundOutputAddEntry()
120 sndconvdata->sampleRate = sampleRate; in soundOutputAddEntry()
130 sndconvdata->sampleRate = sampleRate; in soundOutputAddEntry()
158 sndconvdata->sampleRate = sampleRate; in soundOutputAddEntry()
168 sndconvdata->sampleRate = sampleRate; in soundOutputAddEntry()
211 sndconvdata->sampleRate = reverse_endian_32(sndconvdata->sampleRate); in soundOutputWriteTable()
Dsoundconv.h37 u32 sampleRate; member
97 u32 sampleRate; member
156 u32 sampleRate,
Dsound.c442 soundSampleRate = soundinfo.sampleRate; in soundPrintSound()
/RvlSDK-3.2.2/include/revolution/
Dsp.h40 u32 sampleRate; member
70 void SPPrepareSound(SPSoundEntry *sound, AXVPB *axvpb, u32 sampleRate);
Dwt.h95 u16 sampleRate; // Hz member
Daxart.h486 f32 sampleRate; // normal sample rate member
500 void AXARTInitSound (AXART_SOUND *sound, AXVPB *voice, u32 sampleRate);
/RvlSDK-3.2.2/build/tools/soundfile/src/
Dsoundfile.c54 soundinfo->sampleRate = aiffGetSampleRate(&aiffinfo); in getAiffInfo()
105 soundinfo->sampleRate = wavGetSampleRate(&wavechunk); in getWaveInfo()
264 info->sampleRate in writeWaveFile()
297 info->sampleRate in writeAiffFile()
Daifffile.c49 int sampleRate in aiffCreateHeader() argument
70 aiffinfo->comm.samplesPerSec[2] = (u8)(0x7F & sampleRate >> 24); in aiffCreateHeader()
71 aiffinfo->comm.samplesPerSec[3] = (u8)(0xFF & sampleRate >> 16); in aiffCreateHeader()
72 aiffinfo->comm.samplesPerSec[4] = (u8)(0xFF & sampleRate >> 8); in aiffCreateHeader()
73 aiffinfo->comm.samplesPerSec[5] = (u8)(0xFF & sampleRate); in aiffCreateHeader()
Dsoundfile.h47 int sampleRate; // Sample rate in Hz member
Daifffile.h113 int sampleRate
/RvlSDK-3.2.2/build/tools/dspadpcm/src/
Ddspadpcm.h32 u32 sampleRate; member
Dmain.c591 dspadpcmheader.sample_rate = reverse_endian_32(soundinfo->sampleRate); in encode_soundfile()
751 u32 samples, sampleRate; in decode_input_file() local
761 sampleRate = reverse_endian_32(dspadpcmheader.sample_rate); in decode_input_file()
811 soundinfo.sampleRate = sampleRate; in decode_input_file()
/RvlSDK-3.2.2/build/tools/dls1wt/src/
Dwt.h102 u16 sampleRate; // Hz member
/RvlSDK-3.2.2/build/libraries/sp/src/
Dsp.c146 void SPPrepareSound(SPSoundEntry *sound, AXVPB *axvpb, u32 sampleRate) in SPPrepareSound() argument
155 srcBits = (u32)(0x00010000 * ((f32)sampleRate / AX_IN_SAMPLES_PER_SEC)); in SPPrepareSound()
/RvlSDK-3.2.2/build/demos/axdemo/src/
Ddpl2demo.c170 SPPrepareSound(sound, voice, sound->sampleRate); in play_sound()
Daxart3ddemo.c253 AXARTInitSound (&so->axartSound, so->voice, so->sound->sampleRate); in startSound()
1030 …EMOPrintf( textX, textY, 0, "helicopter.sound.sampleRate: %dHz", helicopter.sound->sampleRate); in DrawUI()
DexpdelayDpl2.c287 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
Dexpdelay.c284 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
Ddpl2reverb.c328 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
DexpreverbHiDpl2.c290 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
DexpchorusDpl2.c284 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
DexpreverbStdDpl2.c287 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
DexpreverbHi.c284 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
/RvlSDK-3.2.2/build/demos/spdemo/src/
Dspdemo.c476 SPPrepareSound(v->sp_entry, v->ax_voice, (v->sp_entry)->sampleRate); in play_sfx()
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Dwpad_spdemo.c599 SPPrepareSound(v->entry, v->voice, (v->entry)->sampleRate); in PlaySfx()

12