Ryan C. Gordon
|
38f0214e8a
audio: Refer to audio devices to "playback" and "recording".
|
1 year ago |
Anonymous Maarten
|
a919774fe4
Build with -Wfloat-conversion + fix all warnings
|
1 year ago |
Ryan C. Gordon
|
e23257307e
Introduce formal policy for APIs that return strings.
|
1 year ago |
Brick
|
edaab8ad9f
Refactored audio conversion to reduce copying
|
1 year ago |
Brick
|
ae57b0c9d8
Randomly split the data in audio_resampleLoss
|
1 year ago |
Brick
|
8f6f9cadc4
Rewrote audio resampler using cubic filter interpolation
|
1 year ago |
Anonymous Maarten
|
f59dbf6a12
cmake: add -Wimplicit-fallthrough warning
|
1 year ago |
Sam Lantinga
|
9989f92eee
Fixed warning C4245: 'initializing': conversion from 'int' to 'SDL_AudioDeviceID', signed/unsigned mismatch
|
1 year ago |
Sam Lantinga
|
ccae9c1ef6
Only initialize audio drivers that have been requested
|
1 year ago |
Ryan C. Gordon
|
c53843a961
docs: Remove Doxygen `\brief` tags.
|
1 year ago |
Sam Lantinga
|
c552cc6847
We don't require the audio system to be initialized for audio format conversion
|
1 year ago |
Brick
|
a62e62f97a
Refactored SDL_audiocvt.c
|
1 year ago |
Brick
|
f2ca9a615b
Added SDL_AUDIO_FRAMESIZE
|
1 year ago |
Brick
|
53122593f8
Added SDL_AUDIO_BYTESIZE
|
1 year ago |
Sam Lantinga
|
3a932141e4
Restore audio format binary compatibility with SDL 2.0
|
1 year ago |
Sam Lantinga
|
233789b0d1
Audio types have the same naming convention as other SDL endian types, e.g. [S|U][BITS][LE|BE]
|
1 year ago |
Brick
|
47bcb078f5
Fixed some incorrect SDL_AUDIO_F32 uses
|
1 year ago |
Brick
|
2833f2e7b5
Fixed OOB access in audio_convertAccuracy test
|
1 year ago |
Brick
|
28b28bd8f4
Added audio_formatChange test
|
2 years ago |
Brick
|
ea68bb8027
Add some additional checks to audio_convertAudio
|
2 years ago |
Brick
|
b1d63be538
Fixed audio_resampleLoss test
|
2 years ago |
Brick
|
958b3cfaea
Tweaked and enabled audio_convertAudio test
|
2 years ago |
Brick
|
7dbb9b65b1
audio_convertAccuracy: Shuffle the data in case of a bad SIMD implementation
|
2 years ago |
Brick
|
f6a4080ff5
audio_resampleLoss: Add support for multiple channels
|
2 years ago |
Brick
|
4f894e748e
audio_resampleLoss: SDL_GetAudioStreamData now returns the correct length
|
2 years ago |
Brick
|
e6c878824c
Fixed ResampleAudio interpolation factor calculation
|
2 years ago |
Brick
|
4983638630
Misc audio tweaks/cleanup
|
2 years ago |
Brick
|
b9541b9eab
Improved ResampleAudio
|
2 years ago |
Brick
|
cdaa19869d
Track offset within the current sample when resampling
|
2 years ago |
Brick
|
300d1ec3ed
Added audio_convertAccuracy test
|
2 years ago |