1 2These are test programs for the SDL library: 3 4 checkkeys Watch the key events to check the keyboard 5 loopwave Audio test -- loop playing a WAV file 6 loopwavequeue Audio test -- loop playing a WAV file with SDL_QueueAudio 7 testaudioinfo Lists audio device capabilities 8 testerror Tests multi-threaded error handling 9 testfile Tests RWops layer 10 testgl2 A very simple example of using OpenGL with SDL 11 testiconv Tests international string conversion 12 testjoystick List joysticks and watch joystick events 13 testkeys List the available keyboard keys 14 testloadso Tests the loadable library layer 15 testlocale Test Locale API 16 testlock Hacked up test of multi-threading and locking 17 testmultiaudio Tests using several audio devices 18 testoverlay2 Tests the overlay flickering/scaling during playback. 19 testplatform Tests types, endianness and cpu capabilities 20 testsem Tests SDL's semaphore implementation 21 testshape Tests shaped windows 22 testsprite2 Example of fast sprite movement on the screen 23 testthread Hacked up test of multi-threading 24 testtimer Test the timer facilities 25 testver Check the version and dynamic loading and endianness 26 testwm2 Test window manager -- title, icon, events 27 torturethread Simple test for thread creation/destruction 28 controllermap Useful to generate Game Controller API compatible maps 29 30 31 32This directory contains sample.wav, which is a sample from Will Provost's 33song, The Living Proof: 34 35 From the album The Living Proof 36 Publisher: 5 Guys Named Will 37 Copyright 1996 Will Provost 38 39You can get a copy of the full song (and album!) from iTunes... 40 41 https://itunes.apple.com/us/album/the-living-proof/id4153978 42 43or Amazon... 44 45 http://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH 46 47Thanks to Will for permitting us to distribute this sample with SDL! 48 49