Skip to content

michalspano/Waveform-Audio-Enhancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waveform Audio Enhancer

With this nifty tool, you can easily alter audio sample levels in your .wav file.

Installation

Follow these commands

  1. Cloning remote repositery
$ git clone https://github.com/michalspano/Waveform-Audio-Enhancer.git 

Alt: ZIP Download

  1. Accessing remote repositery
$ cd Waveform-Audio-Enhancer 
  1. Running the core enhancement module *
$ ./core $INPUT_PATH $OUTPUT_PATH $ENHANCE_FACTOR 

Custom Makefile (optional)

Custom program target of type Makefile.

$ make sound in=$INPUT_PATH out=$OUTPUT_PATH f=$ENHANCE_FACTOR

$INPUT_PATH - specify the path of your input .wav file (i.e., the path of your local file)

$OUTPUT_PATH - specify the path of your output .wav file (i.e., the path of the output file inserted onto your local disk)

$ENHANCE_FACTOR - specify the numerical value of sample enhancement (i.e., raise/lower the volume by the specified factor)

* This command works similarly as git mv ...


Read more here!