Commit History

Author SHA1 Message Date
  Petar Popovic da2460f9e7 test/testautomation_audio.c: Free variables before returning 2 months ago
  Petar Popovic e5d3a1b6f5 Remove casts from typed pointer to void * for printf %p in test projects 7 months ago
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool 7 months ago
  Anonymous Maarten db96ddca34 SDL_test: use SDLCALL calling convention 7 months ago
  Anonymous Maarten 2f4b2df595 SDL_test: pass data pointer to unit tests 7 months ago
  Sam Lantinga be341bc078 Make sure we put more than RESAMPLER_MAX_PADDING_FRAMES into an audio stream 7 months ago
  Sam Lantinga 8ddb099d3e testautomation: use a larger destination buffer than needed in audio_resampleLoss 7 months ago
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 8 months ago
  Sam Lantinga 4cc3410dce Added SDL_GetAudioFormatName() 8 months ago
  Sam Lantinga 4f55271571 Removed temporary memory from the API 8 months ago
  Sam Lantinga 8ca6caeda5 SDL_GetAudioPlaybackDevices() and SDL_GetAudioRecordingDevices() follow the SDL_GetStringRule 9 months ago
  Anonymous Maarten 40f9fd854f test: use SDL_HINT_(AUDIO,VIDEO)_DRIVER macro 9 months ago
  Ryan C. Gordon 16e7fdc4f2 audio: Add channel remapping to SDL_AudioSpec and SDL_AudioStream. 9 months ago
  Ryan C. Gordon 38f0214e8a audio: Refer to audio devices to "playback" and "recording". 10 months ago
  Anonymous Maarten a919774fe4 Build with -Wfloat-conversion + fix all warnings 10 months ago
  Ryan C. Gordon e23257307e Introduce formal policy for APIs that return strings. 10 months 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