Ryan C. Gordon
|
905c4fff5b
audio: First shot at the SDL3 audio subsystem redesign!
|
il y a 2 ans |
Ryan C. Gordon
|
e191bc8491
audio: Simplified GetFirstAudioFormat/GetNextAudioFormat.
|
il y a 3 ans |
Ryan C. Gordon
|
e5a6c24c82
audio: Redesigned audio conversion code for SDL3.
|
il y a 3 ans |
Anonymous Maarten
|
773aad14f8
cmake: Fix building without libsamplerate library
|
il y a 3 ans |
Ryan C. Gordon
|
f48d0cc164
audio: Remove AUDIO_U16* support.
|
il y a 3 ans |
Sylvain
|
64bc0a1612
Remove AudioCVT interface in favor of SDL_AudioStream
|
il y a 3 ans |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
il y a 3 ans |
Sam Lantinga
|
36d4395c97
SDL API renaming: internal functions
|
il y a 3 ans |
Sylvain Becker
|
47170d288e
Don't export SDL_AudioInit/Quit, use SDL_InitSubsystem instead (#6912)
|
il y a 3 ans |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
il y a 3 ans |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
il y a 3 ans |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
il y a 3 ans |
Daniel Bomar
|
22461383c6
SDL_audiocvt: Respct the SDL_HINT_AUDIO_RESAMPLING_MODE hint
|
il y a 3 ans |
Ryan C. Gordon
|
45c3b59d4b
audio: Turn off DEBUG_CONFIG logging again.
|
il y a 3 ans |
Ryan C. Gordon
|
fe16084075
audio: LOG_DEBUG_CONVERT should use SDL_Log, not fprintf(stderr).
|
il y a 3 ans |
Ryan C. Gordon
|
257277903e
audio: first attempt at rewriting the channel converters.
|
il y a 3 ans |
Ryan C. Gordon
|
de019568dc
audio: Prebake the resampler's kaiser table instead of doing it at runtime.
|
il y a 4 ans |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
il y a 4 ans |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
il y a 5 ans |
Ryan C. Gordon
|
dbe5c14b33
audio: Calculate a legitimate SDL_AudioSpec::silence in SDL_LoadWAV_RW().
|
il y a 6 ans |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
il y a 6 ans |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
il y a 7 ans |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
il y a 8 ans |
Sam Lantinga
|
80f8464d97
Added audio stream conversion functions:
|
il y a 8 ans |
Sam Lantinga
|
8b660c5046
Added some missing "extern" declarations
|
il y a 8 ans |
Ryan C. Gordon
|
1a3b95a11e
audio: Replaced the resampler. Again.
|
il y a 8 ans |
Sam Lantinga
|
d619d88560
Fixed bug 3662 - Error message when using the audio conversion setup without an initialized audio subsystem is a bit vague
|
il y a 8 ans |
Ryan C. Gordon
|
c7f9dcb6fc
audio: Offer a hint for libsamplerate quality/speed tradeoff.
|
il y a 9 ans |
Ryan C. Gordon
|
5718293092
audio: Implemented SIMD support for audio data type converters.
|
il y a 9 ans |
Ryan C. Gordon
|
063c9d40d7
audio: Replaced older resamplers in SDL_AudioCVT with the new ones.
|
il y a 9 ans |