SDL/src/audio
Ryan C. Gordon b28449a58c
audio: Tweak SDL_GetAudioDeviceName.
- Add checks that ObtainPhysicalAudioDevice() was previously doing
  (is subsystem initialized, is device valid).
- Remove optimizations that copy string to stack to release device_hash_lock
  before SDL_GetPersistentString is called. Probably not necessary, and made
  the code more complex.
2025-04-24 22:17:13 -04:00
..
aaudio audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
alsa alsa: Don't start the hardware until the device thread is ready to do work. 2025-03-24 19:41:26 -04:00
coreaudio coreaudio: Added some NULL pointer checks. 2025-03-28 18:39:59 -04:00
directsound audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
disk diskaudio: Use SDL_GetAudioFormatName instead of recreating it from scratch. 2025-03-30 19:26:02 -04:00
dsp audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
dummy audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
emscripten Fix SDL_emscriptenaudio.c under wasm64 2025-02-19 13:00:47 -08:00
haiku audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
jack audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
n3ds audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
netbsd audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
openslES audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
pipewire Return early in stead of goto 2025-04-01 17:40:34 -07:00
ps2 audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
psp audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
pulseaudio pulseaudio: cleanup TLS every time we finish a threaded-mainloop callback. 2025-04-05 23:02:33 -04:00
qnx audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
sndio audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
vita audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
wasapi audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
SDL_audio.c audio: Tweak SDL_GetAudioDeviceName. 2025-04-24 22:17:13 -04:00
SDL_audio_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audio_channel_converters.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audiocvt.c audio: Added SDL_PutAudioStreamPlanarData. 2025-04-22 23:30:50 -04:00
SDL_audiodev.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audiodev_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audioqueue.c audio: Fix audio stream gain going wrong in certain scenarios. 2025-01-27 20:20:17 -05:00
SDL_audioqueue.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audioresample.c Ceil the audio resampling rate to avoid over-estimating output samples. 2025-03-01 11:07:55 -08:00
SDL_audioresample.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_audiotypecvt.c audio: hold floating point exceptions when using neon 2025-03-21 15:08:31 -07:00
SDL_mixer.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_sysaudio.h audio/video: Skip preferred drivers when loading a driver on demand 2025-02-12 11:51:36 -05:00
SDL_wave.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_wave.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00