FFilter - a Simple Python Script for Spectral Filtering of Audio Files

FFilter is a project I worked on to implement spectral filtering of audio files in Python using some simple FFT libraries. Its sorta neat, give it a look!

Example usage:

1
$ python FFilter.py -f audio.wav -o output.wav -hp 100 -lp 2000 -n 1024

Use…

1
$ FFilter.py --help

…for a full breakdown of command line arguments.

Downloads:

FFilter.zip (contains both project source code and paper)

Full codebase on GitHub: FFilter