aboutsummaryrefslogtreecommitdiff
path: root/tests/freealut/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/freealut/src/README')
-rw-r--r--tests/freealut/src/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/freealut/src/README b/tests/freealut/src/README
new file mode 100644
index 00000000..4aae3ac1
--- /dev/null
+++ b/tests/freealut/src/README
@@ -0,0 +1,13 @@
+The files in this directory contain the code of the ALUT library. They typically
+compile to make 'libalut.so' on *nix platforms or to 'alut.dll' for Windows
+platforms.
+
+There is also a header file 'alut.h' in ../include/AL which gets installed into
+$(includedir)/AL/alut.h on *nix platforms and someplace else entirely on
+Windows platforms.
+
+The file 'helloworld.wav' is the original voice recording of Steve Baker saying
+this immortal phrase. It is converted into a large hexadecimal data block inside
+alutWaveform.c - but this file is retained in version control just in case
+anyone ever feels like re-doing it. The format is 16bit PCM, 1 channel, 44.1kHz
+sample rate.