Commit History

Author SHA1 Message Date
  Brick 079ae065f1 Added SDL prefix AUDIO_* constants 2 years ago
  SDL Wiki Bot 60c5888423 Sync SDL3 wiki -> header 2 years ago
  Ryan C. Gordon e5a6c24c82 audio: Redesigned audio conversion code for SDL3. 3 years ago
  Anonymous Maarten e1b8a03239 testsurround: fix channel names 3 years ago
  Ryan C. Gordon f48d0cc164 audio: Remove AUDIO_U16* support. 3 years ago
  Ryan C. Gordon 0598ecc150 Sync wiki -> headers. 3 years ago
  Anonymous Maarten 549cedfa88 include: add \brief to includes 3 years ago
  Sylvain 49e47b523a Update `\returns` to the generic form 3 years ago
  Sylvain 43c08170af Add missing '\param' documentation 3 years ago
  Sylvain ce366facaa Add missing \returns, change "return" to "returns" to have same naming 3 years ago
  Sam Lantinga 5b77ad54c4 Fixed order and constness of parameters to SDL_ConvertAudioSamples() 3 years ago
  Sylvain e2e5e670bf Remove returns int from Destroy/Close/Unlock functions 3 years ago
  Linus Probert 3bd737d44c Add error returns to void functions that can fail/set errors. 3 years ago
  Sylvain b305d9e3c0 Change return type from void to int for audio function. Eventually set invalid parameter error. 3 years ago
  Sylvain c5c94a6be6 Change return type from void to int, for functions that set an error 3 years ago
  Ryan C. Gordon 197340ea1c Sync wiki -> headers. 3 years ago
  Sylvain 052b14eb65 Add SDL_ConvertAudioSamples() helper function 3 years ago
  Sylvain 64bc0a1612 Remove AudioCVT interface in favor of SDL_AudioStream 3 years ago
  Sam Lantinga fde78d12f2 Updated copyright for 2023 3 years ago
  Sylvain 93e2903ac5 Add SDL_PlayAudioDevice() to play audio. Remove pause_on param from SDL_PauseAudioDevice() 3 years ago
  Sylvain 2d7f8d7d51 Remove legacy SDL_Audio functions that acts on device id == 1 3 years ago
  Sam Lantinga 701e965235 Removed leading underscore in structure names 3 years ago
  Sam Lantinga 713ba2e31a SDL API renaming: SDL_audio.h 3 years ago
  Sam Lantinga 9625fb2832 Documentation cleanup 3 years ago
  Sylvain Becker 47170d288e Don't export SDL_AudioInit/Quit, use SDL_InitSubsystem instead (#6912) 3 years ago
  Sylvain 3fb0c8b54a Remove/Rename SDL_FreeWAV() to SDL_free() 3 years ago
  Sam Lantinga 63724c113b Removed the vi format comments from the source 3 years ago
  Ryan C. Gordon 3197632347 include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 3 years ago
  Ozkan Sezer d6327a00fb re-applied the SDL_NewAudioStream deconstification, including to its definition 3 years ago
  Ozkan Sezer 25e62193f4 just revert the const removal from SDL_NewAudioStream in commit d0bbfdb 3 years ago