You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FFilter is an open-source, cross-platform application to implement spectral filtering on audio files.
The application is written in Python using the NumPy signal processing library's FFT and inverse-FFT functionality. File IO for WAV files is provided by Python's standard library.