Ryan C. Gordon
|
f598626e46
test: loopwave shouldn't use an audiostream callback.
|
1 year ago |
Ryan C. Gordon
|
eee407caf8
docs: migration guide note that SDL_LoadWAV has a different return type.
|
1 year ago |
Ryan C. Gordon
|
b03c493fc4
test: Updated testmultiaudio to new SDL3 audio API
|
1 year ago |
Ryan C. Gordon
|
fe1daf6fb5
audio: Mark disconnected default devices as "zombies".
|
1 year ago |
Ryan C. Gordon
|
cdd2ba81de
audio: Fixed adding new physical devices to a double-linked list.
|
1 year ago |
Ryan C. Gordon
|
db39cbf208
audio: Allow SDL_GetAudioDeviceFormat() to query the default devices.
|
1 year ago |
Ryan C. Gordon
|
ee10bab3cd
audio: An enormous amount of work on managing default devices.
|
1 year ago |
Ryan C. Gordon
|
c7a44eea83
audio: Fixed logic error.
|
1 year ago |
Ryan C. Gordon
|
089cd87cb5
audio: Make sure device count stays correct as hardware disconnects.
|
1 year ago |
Ryan C. Gordon
|
e50cb72eb6
docs: Note that audio opening doesn't implicitly init SDL now.
|
1 year ago |
Ryan C. Gordon
|
97b2f747d0
docs: Corrections to audio section of README-migration.md
|
1 year ago |
Ryan C. Gordon
|
464640440f
audio: Added SDL_GetAudioStreamBinding.
|
1 year ago |
Ryan C. Gordon
|
01f7b53865
audio: Readded (logical) device pausing.
|
1 year ago |
Ryan C. Gordon
|
fd4c9f4e11
audio: documentation improvements.
|
1 year ago |
Ryan C. Gordon
|
4b78b789a7
audio: Switch SDL_audio.c and SDL_audiocvt.c to C99-ish syntax.
|
1 year ago |
Ryan C. Gordon
|
d96a1db7d7
audio: Opening via a logical device ID should also track default device.
|
1 year ago |
Ryan C. Gordon
|
b2e020958f
audio: Wrap device access in opening of logical devices.
|
1 year ago |
Ryan C. Gordon
|
7ee2459927
audio: Check for unlikely failure case in WAV loaded.
|
1 year ago |
Ryan C. Gordon
|
3d65a2cefe
audio: Made SDL_LoadWAV a real function, not just a macro.
|
1 year ago |
Ryan C. Gordon
|
26525f5fd3
audio: Readd SDL_AudioSpec, but just with format/channels/freq fields.
|
1 year ago |
Ryan C. Gordon
|
e6aaed7d79
include: Audio is not, and has not been, a raw mixing buffer for a long time.
|
1 year ago |
Ryan C. Gordon
|
56b1bc2198
audio: SDL_AudioStream now has callbacks for Get and Put operations.
|
1 year ago |
Ryan C. Gordon
|
905c4fff5b
audio: First shot at the SDL3 audio subsystem redesign!
|
1 year ago |
1vanK
|
b221b59995
cmake: add SDL_REVISION option
|
1 year ago |
Mathieu Eyraud
|
0500fca00c
Add missing break
|
1 year ago |
Ozkan Sezer
|
d3f2de7f29
fixed typo in prev. patch.
|
1 year ago |
Ozkan Sezer
|
12b35c6a46
test/testnativecocoa.m: fixed deprecation warnings.
|
1 year ago |
Anonymous Maarten
|
e24b3e2fa4
cmake: rename SDL_TEST -> SDL_TEST_LIBRARY
|
1 year ago |
Anonymous Maarten
|
da5016d336
cmake: use pkg-config + test compile instead of Find module for detecting rpi
|
1 year ago |
Anonymous Maarten
|
deec574ff6
cmake: fix SDL_HIDAPI_LIBUSB
|
1 year ago |