RetroArch/audio
2013-11-04 00:10:22 -05:00
..
ext
test
xaudio-c
alsa.c Change asoundlib.h include to <alsa/asoundlib.h> 2013-07-07 19:26:03 +02:00
alsathread.c Change asoundlib.h include to <alsa/asoundlib.h> 2013-07-07 19:26:03 +02:00
coreaudio.c (iOS, CoreAudio) Don't deadlock in coreaudio_write if the audio session is interrupted. 2013-09-25 11:56:02 -04:00
dsound.c Shrink another struct. This shrinks audio_lock from 32 bytes to 24 bytes. 2013-11-04 00:10:22 -05:00
jack.c Fixup C89 for loops. 2013-10-22 21:37:56 +02:00
librsound.c Remove sthread_exit(). Fix detach. 2013-11-01 09:12:36 +01:00
null.c
openal.c
opensl.c Convert most C99-style for loop initial declarations to C89-compliant 2013-10-22 15:08:17 +02:00
oss.c
pulse.c
resampler.c
resampler.h
roar.c
rsound.c (RSound) Bake in rsound for Android port - should also be possible 2013-11-01 00:07:52 +01:00
rsound.h Expand thread.c - replace pthread with thread.c wrappers 2013-11-01 04:49:29 +01:00
rwebaudio.c [EMSCRIPTEN] add custom input driver, removes SDL dependency + adds mouse support 2013-09-10 20:21:48 -04:00
sdl_audio.c
sinc_neon.S
sinc.c Start using C89-style for loop initial declarations for 2013-10-19 19:39:38 +02:00
thread_wrapper.c Rework SET_AUDIO_CALLBACK. 2013-09-14 17:28:09 +02:00
thread_wrapper.h Begin adding AUDIO_CALLBACK/FRAME_TIME_CALLBACK. 2013-08-11 01:05:33 +02:00
utils_neon.S
utils.c Start using C89-style for loop initial declarations for 2013-10-19 19:39:38 +02:00
utils.h
xaudio.c