Searched refs:stereo (Results 1 – 2 of 2) sorted by relevance
49 void DSPi_PlaySoundCore(const void *src, u32 len, BOOL stereo);73 SDK_INLINE void DSP_PlaySound(const void *src, u32 len, BOOL stereo) in DSP_PlaySound() argument77 DSPi_PlaySoundCore(src, len, stereo); in DSP_PlaySound()
204 void DSPi_PlaySoundCore(const void *src, u32 len, BOOL stereo) in DSPi_PlaySoundCore() argument206 … u32 ctrl = (stereo != FALSE) ? DSP_AUDIO_DRIVER_MODE_STEREO : DSP_AUDIO_DRIVER_MODE_MONAURAL; in DSPi_PlaySoundCore()