Download Latest Version compressor-030.zip (5.1 kB)
Email in envelope

Get an email when there's a new version of WAV Audio Compressor

Home / compressor-Linux / linux-src
Name Modified Size InfoDownloads / Week
Parent folder
compressor-030.zip 2018-05-31 5.1 kB
compressor-0.20.zip 2011-06-30 9.5 kB
compressor-0.10.zip 2005-10-26 4.3 kB
Totals: 3 Items   19.0 kB 3
WAV Audio Compressor - 2005-2018 - Linux stable 0.30 release
----------------------------------------------------------------------------------------------

WAV Audio Compressor can be used for several purposes:

Giving a particular audio effect to the song or track, compensating drop outs in a recording,
preparing the track for broadcast, applying a variable normalization if the recording features
some parts at a too low sound level.

This audio utility aim to be simple to use and easy to install.
For accurate details and examples about my audio tools and about LoopyMix Suite please visit:
http://vincent95.users.sourceforge.net/

----------------------------------------------------------------------------------------------------------

Requirements for compiling / using the Audio Compressor:

- UNDER LINUX / Posix:

gcc compiler (I cannot tell you if there is a minimum version number, but the classic type code should
compile whatever is the version. If you already compiled something with your gcc version, that will be ok ;-) ).

- UNDER Windows:

Download the Windows version (same Sourceforge project) or compile this source with your favourite compiler.

----------------------------------------------------------------------------------------------------------


Compiling with gcc:
-------------------------

After having entered the just uncompressed directory, run from the console:

"gcc compress.c -o compress"

After completion, copy as root the executable file "compress" to "usr/local/bin/" (path for Linux).



Testing:
---------

To make a try with a WAV file, named for example "filename.wav", type from the console:
"compress filename.wav"

This will start compression with default settings (displayed on start, as well as their allowed ranges).
This parameters can be modified if specified from the command line:

compress filename.wav <maxgain> <recoverspeed> <feedbackspeed>

In all cases the result will be automatically saved as "Cfilename.wav".

----------------------------------------------------------------------------------------------------------

vincentportet_95@hotmail.com

----------------------------------------------------------------------------------------------------------


Source: README.txt, updated 2018-05-31