SDL/src/audio
Ryan C. Gordon 04ff593bf5
emscriptenaudio: Fire the capture silence_callback at an interval.
Previously it was using setTimeout, not setInterval, so it would only fire
once, which was obviously a mistake.

(cherry picked from commit fb79211732d0cdf17a250a43c619b6938842cfaf)
2023-08-23 16:25:30 -04:00
..
aaudio style fixes for SDL_PROC macros. 2023-05-19 14:10:02 +03:00
alsa Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
android Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
arts Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
coreaudio coreaudio: Flush/stop the AudioQueue before disposing of it. 2023-05-08 14:25:01 -04:00
directsound Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
disk Updated copyright for 2023 2023-01-09 09:48:21 -08:00
dsp Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
dummy Updated copyright for 2023 2023-01-09 09:48:21 -08:00
emscripten emscriptenaudio: Fire the capture silence_callback at an interval. 2023-08-23 16:25:30 -04:00
esd Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
fusionsound Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
haiku Updated copyright for 2023 2023-01-09 09:48:21 -08:00
jack Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
n3ds Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
nacl Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
nas Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
netbsd Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
openslES Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
os2 minor os/2 stuff merged from the bitwiseworks' fork 2023-08-02 17:10:28 +03:00
paudio Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
pipewire Updated copyright for 2023 2023-01-09 09:48:21 -08:00
ps2 Updated copyright for 2023 2023-01-09 09:48:21 -08:00
psp Fixed audio 2023-02-11 13:22:47 -08:00
pulseaudio pulseaudio: Some fixes that seem to avoid an assertion in libpulse. 2023-07-12 23:29:39 -04:00
qsa Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
sndio Updated copyright for 2023 2023-01-09 09:48:21 -08:00
sun Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
vita Updated copyright for 2023 2023-01-09 09:48:21 -08:00
wasapi wasapi: Force WIN_CoInitialize duing device open. 2023-03-17 08:44:19 -07:00
winmm Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
SDL_audio.c Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
SDL_audio_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_audio_channel_converters.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_audio_resampler_filter.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_audiocvt.c Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
SDL_audiodev.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_audiodev_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_audiotypecvt.c Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
SDL_mixer.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_sysaudio.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_wave.c Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
SDL_wave.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00