summaryrefslogtreecommitdiff
path: root/WhatsNew.txt
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2017-10-18 15:54:05 -0700
committerSam Lantinga <slouken@libsdl.org>2017-10-18 15:54:05 -0700
commitea7ebcf4d2fa3abea4b9776b016ac63c3a7a7aab (patch)
treef25c79cb3d70b949ce601fc4bfdb5182306c649e /WhatsNew.txt
parentfd10c52b75b62322d2af7837f4be9cf06b4e66cb (diff)
downloadsdl-ea7ebcf4d2fa3abea4b9776b016ac63c3a7a7aab.tar.gz
Added audio stream conversion functions:
SDL_NewAudioStream SDL_AudioStreamPut SDL_AudioStreamGet SDL_AudioStreamAvailable SDL_AudioStreamClear SDL_FreeAudioStream
Diffstat (limited to 'WhatsNew.txt')
-rw-r--r--WhatsNew.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/WhatsNew.txt b/WhatsNew.txt
index 04eeaad71..3910359ae 100644
--- a/WhatsNew.txt
+++ b/WhatsNew.txt
@@ -6,6 +6,13 @@ This is a list of major changes in SDL's version history.
---------------------------------------------------------------------------
General:
+* Added audio stream conversion functions:
+ SDL_NewAudioStream
+ SDL_AudioStreamPut
+ SDL_AudioStreamGet
+ SDL_AudioStreamAvailable
+ SDL_AudioStreamClear
+ SDL_FreeAudioStream
* Added functions to query and set the SDL memory allocation functions:
SDL_GetMemoryFunctions()
SDL_SetMemoryFunctions()