Skip to content

Files

Latest commit

469287b · Apr 26, 2023

History

History
This branch is 16 commits behind vancegroup/freealut:master.

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 26, 2023
Apr 26, 2023
Sep 11, 2005
Apr 12, 2006
Feb 7, 2009
Jun 14, 2008
Jun 14, 2008
Jun 10, 2008
Feb 7, 2009
Feb 7, 2009
Apr 12, 2006
Jun 14, 2008
Jun 14, 2008
Jun 14, 2008
Aug 26, 2005
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.