C-Convolution-Engine

To Run the Code ('1-Source' branch only):

  1. Open the terminal and navigate to the directory that contains the code and Makefile.
  2. Ensure that you also have at least 3 MONO .wav files in this directory: (left HRTF, right HRTF, and audio to playback e.g. a song of your choice).
  3. Type 'make' and press Enter to compile.
  4. Type './convEngine <leftHRTFfilename.wav> <rightHRTFfilename.wav> <audioFile.wav>' and press Enter to run.