Historial de Commits

Autor SHA1 Mensaje Fecha
  Ryan C. Gordon 79cc29ba35 wave: Don't check if format->channels > INT_MAX, it's a Uint16. hace 1 año
  Ryan C. Gordon 1bfe97c235 pspaudio: Updated for SDL3 audio API. hace 1 año
  Ryan C. Gordon 121a2dce15 audio: Make sure `device->hidden` is NULL after CloseDevice hace 1 año
  Ryan C. Gordon 3d6ba0cafd ps2audio: Removed free of buffer that hasn't been allocated yet. hace 1 año
  Ryan C. Gordon 00ed6f8827 test: Fixed compiler warnings for unused vars. hace 1 año
  Ryan C. Gordon 6f12f68ec9 ps2audio: SDL3ified the style hace 1 año
  Ryan C. Gordon 4993743a02 ps2audio: Renamed `_this` to `device` hace 1 año
  Ryan C. Gordon 74568cdb2b ps2audio: Updated (but untested) for SDL3 audio API. hace 1 año
  Ryan C. Gordon c83b68ef26 jack: renamed `_this` to `device`. hace 1 año
  Ryan C. Gordon 3f4f004794 audio: Remove an assertion that no longer makes sense. hace 1 año
  Ryan C. Gordon 86243b2589 jack: Use ProvidesOwnCallbackThread. hace 1 año
  Ryan C. Gordon 18906a32b8 jack: First shot at updating for SDL3 audio API. hace 1 año
  Ryan C. Gordon a2b488359e dsp: Removed debug logging hace 1 año
  Ryan C. Gordon 6fd71185cd dsp: Updated for new SDL3 audio API. hace 1 año
  Ryan C. Gordon 3482d1215a alsa: Don't ever block in CaptureFromDevice. hace 1 año
  Ryan C. Gordon 65d296ef1a audio: Use SDL_powerof2 instead of reinventing it. hace 1 año
  Ryan C. Gordon 409b544505 alsa: Updated for new SDL3 audio API hace 1 año
  Ryan C. Gordon 0999a090a7 audio: More tweaking of `device->thread_alive` hace 1 año
  Ryan C. Gordon f94ffd6092 audio: Fixed logic error hace 1 año
  Ryan C. Gordon 4deb2970c9 alsa: Renamed `_this` to `device` hace 1 año
  Ryan C. Gordon 0fb9e4baae audio: Remove no-longer-used SupportsNonPow2Samples hace 1 año
  Ryan C. Gordon c653e57768 coreaudio: rewritten for SDL3 audio redesign! hace 1 año
  Ryan C. Gordon 533777eff5 audio: SDL_sysaudio.h comment conversion. hace 1 año
  Ryan C. Gordon 8473e522e0 audio: unify device thread naming. hace 1 año
  Ryan C. Gordon 258bc9efed audio: PlayDevice now passes the buffer, too, for convenience. hace 1 año
  Ryan C. Gordon e518149d14 audio: Fixed locking in SDL_AudioDeviceDisconnected hace 1 año
  Ryan C. Gordon 22afa5735f audio: FreeDeviceHandle should pass the whole device, for convenience. hace 1 año
  Ryan C. Gordon 9e3c5f93e0 coreaudio: Change `_this` to `device` hace 1 año
  Ryan C. Gordon e969160de0 audio: unset a freed variable to NULL hace 1 año
  Ryan C. Gordon 1fc01b0300 audio: Try to definitely have a default device set up. hace 1 año