Sam Lantinga
|
ccae9c1ef6
Only initialize audio drivers that have been requested
|
1 vuosi sitten |
Ryan C. Gordon
|
c53843a961
docs: Remove Doxygen `\brief` tags.
|
1 vuosi sitten |
Sam Lantinga
|
c552cc6847
We don't require the audio system to be initialized for audio format conversion
|
2 vuotta sitten |
Brick
|
a62e62f97a
Refactored SDL_audiocvt.c
|
2 vuotta sitten |
Brick
|
f2ca9a615b
Added SDL_AUDIO_FRAMESIZE
|
2 vuotta sitten |
Brick
|
53122593f8
Added SDL_AUDIO_BYTESIZE
|
2 vuotta sitten |
Sam Lantinga
|
3a932141e4
Restore audio format binary compatibility with SDL 2.0
|
2 vuotta sitten |
Sam Lantinga
|
233789b0d1
Audio types have the same naming convention as other SDL endian types, e.g. [S|U][BITS][LE|BE]
|
2 vuotta sitten |
Brick
|
47bcb078f5
Fixed some incorrect SDL_AUDIO_F32 uses
|
2 vuotta sitten |
Brick
|
2833f2e7b5
Fixed OOB access in audio_convertAccuracy test
|
2 vuotta sitten |
Brick
|
28b28bd8f4
Added audio_formatChange test
|
2 vuotta sitten |
Brick
|
ea68bb8027
Add some additional checks to audio_convertAudio
|
2 vuotta sitten |
Brick
|
b1d63be538
Fixed audio_resampleLoss test
|
2 vuotta sitten |
Brick
|
958b3cfaea
Tweaked and enabled audio_convertAudio test
|
2 vuotta sitten |
Brick
|
7dbb9b65b1
audio_convertAccuracy: Shuffle the data in case of a bad SIMD implementation
|
2 vuotta sitten |
Brick
|
f6a4080ff5
audio_resampleLoss: Add support for multiple channels
|
2 vuotta sitten |
Brick
|
4f894e748e
audio_resampleLoss: SDL_GetAudioStreamData now returns the correct length
|
2 vuotta sitten |
Brick
|
e6c878824c
Fixed ResampleAudio interpolation factor calculation
|
2 vuotta sitten |
Brick
|
4983638630
Misc audio tweaks/cleanup
|
2 vuotta sitten |
Brick
|
b9541b9eab
Improved ResampleAudio
|
2 vuotta sitten |
Brick
|
cdaa19869d
Track offset within the current sample when resampling
|
2 vuotta sitten |
Brick
|
300d1ec3ed
Added audio_convertAccuracy test
|
2 vuotta sitten |
Brick
|
32cecc2eac
Fixed assertion in audio_convertAudio
|
2 vuotta sitten |
Ryan C. Gordon
|
54af687210
testautomation_audio.c: Patched to compile. :/
|
2 vuotta sitten |
Ryan C. Gordon
|
5e82090662
testautomation_audio.c: Apparently we aren't updating test code for C99 atm.
|
2 vuotta sitten |
Ryan C. Gordon
|
00ed6f8827
test: Fixed compiler warnings for unused vars.
|
2 vuotta sitten |
Ryan C. Gordon
|
11dfc4d737
test: Update testautomation_audio for SDL3 audio API.
|
2 vuotta sitten |
Brick
|
079ae065f1
Added SDL prefix AUDIO_* constants
|
2 vuotta sitten |
Anonymous Maarten
|
11c70406c3
testautomation_audio: fix -Wimplicit-fallthrough warning
|
2 vuotta sitten |
Qrox
|
71c80c478a
Uses integer arithmetics in SDL_ResampleAudio
|
2 vuotta sitten |