You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
1
4
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.
8
8
9
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
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
0 commit comments