albertoventurini / Spectrum

Qt application that shows the frequency spectrum of an audio stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple Qt application that shows the frequency spectrum of a JACK audio stream.

It uses the following libraries:

  • Qt, for a minimal interface
  • OpenGL, to display the power spectrum
  • FFTW (libfftw3-dev), to calculate the FFT of the audio stream;
  • the JACK sound server, to get an audio stream.

Compile with "qmake && make".

About

Qt application that shows the frequency spectrum of an audio stream


Languages

Language:C++ 98.0%Language:Prolog 2.0%