Skip to content

Commit

Permalink
Initial revision
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 14, 2001
0 parents commit eafcb2f
Show file tree
Hide file tree
Showing 5 changed files with 916 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
@@ -0,0 +1,11 @@
/*
* CHANGELOG.
*/

09132001 - Initial spec proposed on SDL mailing list, under name "SDL_voice".
09142001 - Changed name to SDL_sound, added Sound_DecodeAll() to spec.

--ryan. (icculus@clutteredmind.org)

/* end of CHANGELOG ... */

35 changes: 35 additions & 0 deletions INSTALL
@@ -0,0 +1,35 @@
Building is very easy.


ALL PLATFORMS:

Please understand your rights and mine: read the text file LICENSE in the root
of the source tree. If you can't abide by it, delete this source tree now.

The best documentation for the SDL_sound API is SDL_sound.h. It is VERY
heavily commented, and makes an excellent, in-depth reference to all the
functions.


UNIX:

Edit "Makefile", and follow the instructions. The defaults are probably okay
for general purposes, but give it a once over to make sure.

run "make"

That's it. The library will be sitting in a new directory called "bin".

Run "make install" to install the library for use on your system.



OTHER PLATFORMS:

Send me patches, and instructions, and I'll list them here.



--ryan. (icculus@clutteredmind.org)


0 comments on commit eafcb2f

Please sign in to comment.