• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D08-May-2006966 3318

Makefile.inH A D03-May-202226.4 KiB585494

READMEH A D08-May-2006671 1411

alutBufferData.cH A D08-May-20063 KiB148123

alutCodec.cH A D08-May-20063.3 KiB130116

alutError.cH A D08-May-20062.4 KiB9569

alutInit.cH A D03-May-20223.2 KiB155124

alutInputStream.cH A D08-May-20065.6 KiB250218

alutInternal.hH A D03-May-20225 KiB12594

alutLoader.cH A D03-May-202212 KiB527437

alutOutputStream.cH A D08-May-20062.3 KiB9475

alutUtil.cH A D03-May-20222.9 KiB146127

alutVersion.cH A D08-May-2006168 1411

alutWaveform.cH A D11-May-200656.2 KiB939886

README

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.
14