Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/freealut-1.1.0/test_suite/README @ 62

Last change on this file since 62 was 14, checked in by landauf, 16 years ago

added freealut

File size: 1.2 KB
Line 
1
2ALUT Test Suite
3~~~~~~~~~~~~~~~
4
5These programs are not intended to be particularly excellent
6programming style (some of them are downright terrible!) - but
7they do provide a reasonable way to test out that ALUT is working
8correctly.
9
10test_version     : Tests that the ALUT header file version agrees with
11                   the ALUT library version.
12
13test_waveforms   : Plays a second of 440Hz audio using a variety of waveforms
14                   in order to exercise the ALUT sound synthesis routines.
15
16test_errorstuff  : Tries to load a non-existant file in order to test ALUT's
17                   error handler.
18
19test_fileloader  : Loads three files (in different formats) using ALUT's
20                   'standard' file loader.
21
22test_memoryloader: Loads a WAV file into memory - then uses ALUT's
23                   'File Image' loader.
24
25test_retrostuff  : Loads a WAV file using the two old-fashioned methods from
26                   ALUT 0.x.x
27
28If compiling these programs produces lots of errors, then you've probably
29got an old ALUT header file lying around somewhere.  If that's the case
30then the 'test_version' program should at least have compiled.  You
31can run it to verify the version numbers of both header and ALUT library
32binary.
33
Note: See TracBrowser for help on using the repository browser.