Tizen 2.1 base
[external/freealut.git] / src / README
1 The files in this directory contain the code of the ALUT library. They typically
2 compile to make 'libalut.so' on *nix platforms or to 'alut.dll' for Windows
3 platforms.
4
5 There 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
7 Windows platforms.
8
9 The file 'helloworld.wav' is the original voice recording of Steve Baker saying
10 this immortal phrase. It is converted into a large hexadecimal data block inside
11 alutWaveform.c - but this file is retained in version control just in case
12 anyone ever feels like re-doing it. The format is 16bit PCM, 1 channel, 44.1kHz
13 sample rate.