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