hhony / fft_harmonics

realtime Fast Fourier Transform on musical triads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

Mac OSX:

brew install python3 pyqt
pip3 install pyqtgraph numpy scipy

brew install portaudio
pip3 install pyaudio

Linux:

sudo apt-get install -y \
  python3 \
  python3-numpy \
  python3-pyqt4 \
  python3-pyqtgraph \
  python3-pyaudio \
  python3-scipy

Running

./visualize-harmonics

About

realtime Fast Fourier Transform on musical triads

License:MIT License


Languages

Language:Python 60.0%Language:C++ 40.0%