Skip to content

Commit 454e180

Browse files
author
svenp
committedSep 11, 2005
A few additions and corrections.
git-svn-id: svn://connect.creativelabs.com/trunk@606 109fce75-3012-0410-ac6a-932efec96c1b
1 parent c1744aa commit 454e180

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
 

‎ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2005-09-11 Sven Panne <sven.panne@aedion.de>
22

3+
* src/README: A few additions and corrections.
4+
35
* doc/alut.html: A few clarifications and a little reformatting.
46

57
2005-09-10 Sven Panne <sven.panne@aedion.de>

‎src/README

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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.
14

2-
The files in this directory make up the ALUT library.
3-
4-
They compile to make 'libalut.so' for Linux/BSD/UNIX/MacOS or to 'ALUT.DLL' for
5-
Windows machines.
6-
7-
There is also a header file 'alut.h' which goes into /usr/include/AL/alut.h for Linux/BSD/UNIX/MacOS - and...someplace else entirely for Windows machines.
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.
88

99
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
11-
inside alutWaveform.c - but this file is retained in version control just
12-
in case anyone ever feels like re-doing it.
13-
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.

0 commit comments

Comments
 (0)
Please sign in to comment.