Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/freealut-1.1.0/src/README @ 35

Last change on this file since 35 was 14, checked in by landauf, 17 years ago

added freealut

File size: 671 bytes
Line 
1The files in this directory contain the code of the ALUT library. They typically
2compile to make 'libalut.so' on *nix platforms or to 'alut.dll' for Windows
3platforms.
4
5There is also a header file 'alut.h' in ../include/AL which gets installed into
6$(includedir)/AL/alut.h on *nix platforms and someplace else entirely on
7Windows platforms.
8
9The file 'helloworld.wav' is the original voice recording of Steve Baker saying
10this immortal phrase. It is converted into a large hexadecimal data block inside
11alutWaveform.c - but this file is retained in version control just in case
12anyone ever feels like re-doing it. The format is 16bit PCM, 1 channel, 44.1kHz
13sample rate.
Note: See TracBrowser for help on using the repository browser.