Added simple SDL mixer example

This commit is contained in:
pelya
2011-02-15 09:37:26 +00:00
parent 29a7cff034
commit adc6777fe7
9 changed files with 915 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
simplemixer 1.1:
* Endian conversion after SDL_LoadWAV() is now
done on big endian platforms. (Oops...!)
* Added some sample format checking.
* Minor makefile cleanup
simplemixer 1.0:
* Initial release