/SPECTRUM

An audio spectral analysis tool using fft in Python.

Primary LanguagePythonMIT LicenseMIT

SPECTRUM

A simple spectral analysis tool for python using fft.

Usage

$python3 spectrum.py [filename1] <filename2>

Dependencies

numpy, scipy, matplotlib

$pip3 install matplotlib numpy scipy

Note

filename1 and (optionally) filename2 are paths to uncompressed, 32-bit, 44100Hz wav files. Examples are included in ./sample_audio