autools 1.2.4 review
Downloadautools is a collection of several C programs to play, record, generate, modify, and analyse audio files on Linux/Solaris/IRIX/Win32
|
|
autools is a collection of several C programs to play, record, generate, modify, and analyse audio files on Linux/Solaris/IRIX/Win32. It includes native support for 16 bit .au and raw files. If linked with the AFsp library, most common audio file formats are supported.
Instructions for install:
Compile:
make
Install:
make install
or
make install INSTALL_DIR=/usr/local/bin
Most of this software utilises AFsp's libtsp for audio file i/o. Thus libtsp needs to be available in the default include & library paths orin the directories given by the environment variables AFSP_INCLUDE_PATH and AFSP_LIBRARY_PATH. Further details about AFsp are given below.
This software can also be compiled without AFsp's libtsp library - in this case, only 16-bit SUN "*.au"-files are supported:
make clean
make USE_AFSP=0
The makefile assumes gcc/g++ and GNU make. It was successfully tested on Linux, Solaris, and IRIX. However it might be necessary to adapt it to your local environment ...
autools 1.2.4 keywords