Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 568 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 568 Bytes

clconvolution

Command line based signal convolution for .wav files

Usage

Input:

convolve

into cmd / terminal or run compiled executable. Include your target files within the same directory that the program is ran within, and then point to the files which you wish to have as the source and impulse. Then, define the output file's name (note that the program will automatically add extensions to filenames if they are not present / incorrect).

Building

This application was initially compiled using g++; use alternate compilers at your own risk.