A program that uses a convolution array to modify the signal from an audio file
This program reads the input audio file byte by byte, and removes specific frequencies from the file using the convolution array, finally writing the output to a new file.