changeset 2:f58a664c1557

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 17 Sep 2001 18:09:46 +0000
parents 508aac690b19
children fd6cd0e04e6f
files CHANGELOG TODO
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Mon Sep 17 07:07:51 2001 +0000
+++ b/CHANGELOG	Mon Sep 17 18:09:46 2001 +0000
@@ -4,6 +4,9 @@
 
 09132001 - Initial spec proposed on SDL mailing list, under name "SDL_voice".
 09142001 - Changed name to SDL_sound, added Sound_DecodeAll() to spec.
+09172001 - Changed some overlooked "voice" to "sound".
+09182001 - Implemented base API. So...tired. Everything's different.  :)
+           Also put in a RAW decoder and a simple test program.
 
 --ryan. (icculus@clutteredmind.org)
 
--- a/TODO	Mon Sep 17 07:07:51 2001 +0000
+++ b/TODO	Mon Sep 17 18:09:46 2001 +0000
@@ -1,6 +1,6 @@
 
 Stuff TODO:
-- Implement base API.
+- Implement base API. (Done.)
 - Use autoconf?
 - Verify portability to various Unixes (BSD, etc)
 - Port to Win32.